[svn-commits] oej: branch oej/darjeeling-prack-1.8 r369787 - /team/oej/darjeeling-prack-1.8...
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Mon Jul 9 04:17:12 CDT 2012
Author: oej
Date: Mon Jul 9 04:17:10 2012
New Revision: 369787
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=369787
Log:
Arrggh. There's really no shortage of right hand parenthesises...
Modified:
team/oej/darjeeling-prack-1.8/channels/chan_sip.c
Modified: team/oej/darjeeling-prack-1.8/channels/chan_sip.c
URL: http://svnview.digium.com/svn/asterisk/team/oej/darjeeling-prack-1.8/channels/chan_sip.c?view=diff&rev=369787&r1=369786&r2=369787
==============================================================================
--- team/oej/darjeeling-prack-1.8/channels/chan_sip.c (original)
+++ team/oej/darjeeling-prack-1.8/channels/chan_sip.c Mon Jul 9 04:17:10 2012
@@ -11896,7 +11896,7 @@
}
if (strncmp(msg, "100", 3)) {
/* If we send a response WITH sdp we are not allowed to respond before the PRACK is received */
- if (ast_test_flag(&p->flags[2], SIP_PAGE3_100REL) {
+ if (ast_test_flag(&p->flags[2], SIP_PAGE3_100REL)) {
ast_set_flag(&p->flags[2], SIP_PAGE3_INVITE_WAIT_FOR_PRACK);
}
add_prack_respheader(p, &resp, reliable);
More information about the svn-commits
mailing list