unint. var fix
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9061 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
43a3b71153
commit
f2e5d07e0b
|
@ -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];
|
||||
|
|
Loading…
Reference in New Issue