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…
Reference in New Issue