提交 8e5b21a1 authored 作者: Michael Jerris's avatar Michael Jerris

match type.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8035 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 bd9382b7
......@@ -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;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论