From: Olle Johansson Date: Mon, 12 Jun 2006 20:01:05 +0000 (+0000) Subject: Fix typo (Thanks Vechers!) X-Git-Tag: 1.4.0-beta1~924 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2ab4e1254949988a490290d7a2db1c91f3fe50c3;p=thirdparty%2Fasterisk.git Fix typo (Thanks Vechers!) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@33676 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_sip.c b/channels/chan_sip.c index d45d5a0dd6..949ccb769b 100644 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -1647,7 +1647,7 @@ static enum sip_result ast_sip_ouraddrfor(struct in_addr *them, struct in_addr * } } else if (bindaddr.sin_addr.s_addr) *us = bindaddr.sin_addr; - return AST_FAILURE; + return AST_SUCCESS; } /*! \brief Append to SIP dialog history