]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
unint. var fix
authorBrian West <brian@freeswitch.org>
Wed, 16 Jul 2008 20:00:23 +0000 (20:00 +0000)
committerBrian West <brian@freeswitch.org>
Wed, 16 Jul 2008 20:00:23 +0000 (20:00 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9061 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/sofia.c

index 36d3534a6ea60ac5f87c92306f1fd6cd11ed7e53..9e6f426d78fb41cfa0a4a314686a418ffab76586 100644 (file)
@@ -3026,7 +3026,7 @@ void sofia_handle_sip_i_invite(nua_t *nua, sofia_profile_t *profile, nua_handle_
                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];