From: Automerge Script Date: Fri, 9 Mar 2007 20:59:16 +0000 (+0000) Subject: automerge commit X-Git-Tag: 1.2.17-netsec~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70c96b9bc68786af7c9db9651793f504a7e721e0;p=thirdparty%2Fasterisk.git automerge commit git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@58603 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_sip.c b/channels/chan_sip.c index a6caf0bea9..8cda5a9bc6 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -3705,6 +3705,7 @@ static int process_sdp(struct sip_pvt *p, struct sip_request *req) hp = ast_gethostbyname(host, &ahp); if (!hp) { ast_log(LOG_WARNING, "Unable to lookup host in secondary c= line, '%s'\n", c); + return -1; } } } @@ -3731,6 +3732,7 @@ static int process_sdp(struct sip_pvt *p, struct sip_request *req) hp = ast_gethostbyname(host, &ahp); if (!hp) { ast_log(LOG_WARNING, "Unable to lookup host in secondary c= line, '%s'\n", c); + return -1; } } }