Fix typo (Thanks Vechers!)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@33676 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.4
Olle Johansson 19 years ago
parent 306de10a44
commit 2ab4e12549

@ -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) } else if (bindaddr.sin_addr.s_addr)
*us = bindaddr.sin_addr; *us = bindaddr.sin_addr;
return AST_FAILURE; return AST_SUCCESS;
} }
/*! \brief Append to SIP dialog history /*! \brief Append to SIP dialog history

Loading…
Cancel
Save