mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
fix [intra]lanman
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14795 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
d986cc5f2a
commit
f7775bab0a
@ -482,7 +482,7 @@ struct sofia_profile {
|
||||
switch_queue_t *sql_queue;
|
||||
char *acl[SOFIA_MAX_ACL];
|
||||
uint32_t acl_count;
|
||||
char *proxy_acl{SOFIA_MAX_ACL];
|
||||
char *proxy_acl[SOFIA_MAX_ACL];
|
||||
uint32_t proxy_acl_count;
|
||||
char *reg_acl[SOFIA_MAX_ACL];
|
||||
uint32_t reg_acl_count;
|
||||
|
Loading…
x
Reference in New Issue
Block a user