add per user acl

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8753 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2008-06-04 16:13:15 +00:00
parent c1e369cbb9
commit f4160459a6
1 changed files with 2 additions and 2 deletions

View File

@ -1060,7 +1060,7 @@ auth_res_t sofia_reg_parse_auth(sofia_profile_t *profile, sip_authorization_t co
passwd = val;
}
if (!strcasecmp(var, "auth_acl")) {
if (!strcasecmp(var, "auth-acl")) {
auth_acl = val;
}
@ -1079,7 +1079,7 @@ auth_res_t sofia_reg_parse_auth(sofia_profile_t *profile, sip_authorization_t co
passwd = val;
}
if (!strcasecmp(var, "auth_acl")) {
if (!strcasecmp(var, "auth-acl")) {
auth_acl = val;
}