unint. var fix

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9061 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2008-07-16 20:00:23 +00:00
parent 43a3b71153
commit f2e5d07e0b
1 changed files with 1 additions and 1 deletions

View 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];