From: Brian West Date: Wed, 16 Jul 2008 20:00:23 +0000 (+0000) Subject: unint. var fix X-Git-Tag: v1.0.1~106 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f2e5d07e0bea7413d6614def1c61367f983e5643;p=thirdparty%2Ffreeswitch.git unint. var fix git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9061 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- 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];