[asterisk-commits] qwell: branch qwell/fun_with_transports r388196 - /team/qwell/fun_with_transp...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu May 9 10:35:44 CDT 2013
Author: qwell
Date: Thu May 9 10:35:42 2013
New Revision: 388196
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=388196
Log:
Fix typo.
Modified:
team/qwell/fun_with_transports/res/res_sip.c
Modified: team/qwell/fun_with_transports/res/res_sip.c
URL: http://svnview.digium.com/svn/asterisk/team/qwell/fun_with_transports/res/res_sip.c?view=diff&rev=388196&r1=388195&r2=388196
==============================================================================
--- team/qwell/fun_with_transports/res/res_sip.c (original)
+++ team/qwell/fun_with_transports/res/res_sip.c Thu May 9 10:35:42 2013
@@ -358,7 +358,7 @@
return NULL;
}
- if (sip_get_tpselector_from_uri(uri, &selector) || sip_get_tpselector_from_endpoint(endpoint, &selector)) {
+ if (sip_get_tpselector_from_uri(uri, &selector) && sip_get_tpselector_from_endpoint(endpoint, &selector)) {
pjsip_dlg_terminate(dlg);
return NULL;
}
More information about the asterisk-commits
mailing list