[asterisk-commits] trunk r13206 - in /trunk: ./ channels/chan_sip.c

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Thu Mar 16 01:40:47 MST 2006


Author: oej
Date: Thu Mar 16 02:40:45 2006
New Revision: 13206

URL: http://svn.digium.com/view/asterisk?rev=13206&view=rev
Log:
Importing "oops" fix from 1.2 branch.

Modified:
    trunk/   (props changed)
    trunk/channels/chan_sip.c

Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.2-merged' - no diff available.

Modified: trunk/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_sip.c?rev=13206&r1=13205&r2=13206&view=diff
==============================================================================
--- trunk/channels/chan_sip.c (original)
+++ trunk/channels/chan_sip.c Thu Mar 16 02:40:45 2006
@@ -10854,7 +10854,7 @@
 		char *accept = get_header(req, "Accept");
 
 		/* Find parameters to Event: header value and remove them for now */
-		eventparam = strchr(event, ";");
+		eventparam = strchr(event, ';');
 		if (eventparam) {
 			*eventparam = '\0';
 			eventparam++;



More information about the asterisk-commits mailing list