Ver código fonte

*** empty log message ***

Jan Janak 23 anos atrás
pai
commit
ec9f1bd681
1 arquivos alterados com 0 adições e 5 exclusões
  1. 0 5
      parser/msg_parser.c

+ 0 - 5
parser/msg_parser.c

@@ -193,11 +193,6 @@ int parse_headers(struct sip_msg* msg, int flags, int next)
 		msg->parsed_flag &= ~flags;
 	}
 
-	if (next) {
-		orig_flag = msg->parsed_flag;
-		msg->parsed_flag &= ~flags;
-	}
-
 	DBG("parse_headers: flags=%d\n", flags);
 	while( tmp<end && (flags & msg->parsed_flag) != flags){
 		hf=pkg_malloc(sizeof(struct hdr_field));