[Freeswitch-svn] [commit] r9061 -	freeswitch/trunk/src/mod/endpoints/mod_sofia
    Freeswitch SVN 
    brian at freeswitch.org
       
    Wed Jul 16 16:00:23 EDT 2008
    
    
  
Author: brian
Date: Wed Jul 16 16:00:23 2008
New Revision: 9061
Modified:
   freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c
Log:
unint. var fix
Modified: freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c	(original)
+++ freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c	Wed Jul 16 16:00:23 2008
@@ -3026,7 +3026,7 @@
 		uint32_t x = 0;
 		int ok = 1;
 		char *last_acl = NULL;
-		const char *token;
+		const char *token = NULL;
 
 		for (x = 0; x < profile->acl_count; x++) {
 			last_acl = profile->acl[x];
    
    
More information about the Freeswitch-svn
mailing list