[svn-commits] file: trunk r128247 - /trunk/channels/chan_sip.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Sat Jul 5 16:11:04 CDT 2008


Author: file
Date: Sat Jul  5 16:11:04 2008
New Revision: 128247

URL: http://svn.digium.com/view/asterisk?view=rev&rev=128247
Log:
I like it when the tree is not broken.

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=128247&r1=128246&r2=128247
==============================================================================
--- trunk/channels/chan_sip.c (original)
+++ trunk/channels/chan_sip.c Sat Jul  5 16:11:04 2008
@@ -20644,7 +20644,7 @@
 			}
 		} else if (!strcasecmp(v->name, "type")) {
 			if (!strcasecmp(v->value, "peer")) 
-				peer->onlymatchonip = true;		/* For realtime support, add type=peer in the table */
+				peer->onlymatchonip = TRUE;		/* For realtime support, add type=peer in the table */
 		} else if (!strcasecmp(v->name, "secret")) 
 			ast_copy_string(peer->secret, v->value, sizeof(peer->secret));
 		else if (!strcasecmp(v->name, "md5secret")) 




More information about the svn-commits mailing list