From f2e5d07e0bea7413d6614def1c61367f983e5643 Mon Sep 17 00:00:00 2001 From: Brian West Date: Wed, 16 Jul 2008 20:00:23 +0000 Subject: [PATCH] unint. var fix git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9061 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/endpoints/mod_sofia/sofia.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod/endpoints/mod_sofia/sofia.c b/src/mod/endpoints/mod_sofia/sofia.c index 36d3534a6e..9e6f426d78 100644 --- a/src/mod/endpoints/mod_sofia/sofia.c +++ b/src/mod/endpoints/mod_sofia/sofia.c @@ -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];