[Freeswitch-svn] [commit] r3403 - freeswitch/trunk/src/mod/endpoints/mod_sofia

Freeswitch SVN mikej at freeswitch.org
Sat Nov 18 11:37:26 EST 2006


Author: mikej
Date: Sat Nov 18 11:37:25 2006
New Revision: 3403

Modified:
   freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c

Log:
need to add to the pointer, not the pointee

Modified: freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c	(original)
+++ freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c	Sat Nov 18 11:37:25 2006
@@ -4161,7 +4161,7 @@
 	qrealm = duprealm;
 	
 	while(*qrealm && *qrealm == '"') {
-		*qrealm++;
+		qrealm++;
 	}
 	if ((p = strchr(qrealm, '"'))) {
 		*p = '\0';



More information about the Freeswitch-svn mailing list