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

Freeswitch SVN anthm at freeswitch.org
Wed Oct 25 13:59:50 EDT 2006


Author: anthm
Date: Wed Oct 25 13:59:50 2006
New Revision: 3203

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

Log:
fix

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	Wed Oct 25 13:59:50 2006
@@ -3922,7 +3922,7 @@
 		if (authenticate->au_params) {
 			for(index = 0; (cur=(char*)authenticate->au_params[index]); index++) {
 				if ((realm = strstr(cur, "realm="))) {
-					realm += 7;
+					realm += 6;
 					break;
 				}
 			}



More information about the Freeswitch-svn mailing list