From f4160459a69b24158752df49765e6d624534ce34 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Wed, 4 Jun 2008 16:13:15 +0000 Subject: [PATCH] add per user acl git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8753 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/endpoints/mod_sofia/sofia_reg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mod/endpoints/mod_sofia/sofia_reg.c b/src/mod/endpoints/mod_sofia/sofia_reg.c index 9134a8f0b5..e71e865d3e 100644 --- a/src/mod/endpoints/mod_sofia/sofia_reg.c +++ b/src/mod/endpoints/mod_sofia/sofia_reg.c @@ -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; }