mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
match type.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8035 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
bd9382b73b
commit
8e5b21a1c9
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user