[asterisk-commits] file: trunk r102452 - /trunk/channels/chan_sip.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Tue Feb 5 13:58:19 CST 2008
Author: file
Date: Tue Feb 5 13:58:19 2008
New Revision: 102452
URL: http://svn.digium.com/view/asterisk?view=rev&rev=102452
Log:
Yeah yeah, I broke building on trunk. Shoot me.
Modified:
trunk/channels/chan_sip.c
Modified: trunk/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_sip.c?view=diff&rev=102452&r1=102451&r2=102452
==============================================================================
--- trunk/channels/chan_sip.c (original)
+++ trunk/channels/chan_sip.c Tue Feb 5 13:58:19 2008
@@ -9926,7 +9926,7 @@
transmit_response_with_auth(p, response, req, p->randdata, reliable, respheader, TRUE);
} else {
/* Everything was wrong, so give the device one more try with a new challenge */
- if (!ast_test_flag(req, SIP_PKT_IGNORE)) {
+ if (!req->ignore) {
if (sipdebug)
ast_log(LOG_NOTICE, "Bad authentication received from '%s'\n", get_header(req, "To"));
ast_string_field_build(p, randdata, "%08lx", ast_random());
More information about the asterisk-commits
mailing list