소스 검색

empty contact_user str in case the contact user is missing.

Marius Bucur 13 년 전
부모
커밋
66e52b00f4
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      modules/sipcapture/sipcapture.c

+ 1 - 0
modules/sipcapture/sipcapture.c

@@ -1189,6 +1189,7 @@ static int sip_capture(struct sip_msg *msg, char *s1, char *s2)
 	else {
 		EMPTY_STR(sco.contact_ip);	
 		sco.contact_port = 0;
+		EMPTY_STR(sco.contact_user);
 	}
 	
 	/* X-OIP */