match type.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8035 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris 2008-04-04 22:04:10 +00:00
parent bd9382b73b
commit 8e5b21a1c9
1 changed files with 1 additions and 1 deletions

View File

@ -2857,7 +2857,7 @@ static ldl_status handle_signalling(ldl_handle_t * handle, ldl_session_t * dlses
if (profile->acl_count) {
for (x = 0; x < len; x++) {
int y = 0;
uint32_t y = 0;
for (y = 0; y < profile->acl_count; y++) {
if (switch_check_network_list_ip(candidates[x].address, profile->acl[y])) {
choice = x;