[Freeswitch-svn] [commit] r8753 - freeswitch/trunk/src/mod/endpoints/mod_sofia
Freeswitch SVN
anthm at freeswitch.org
Wed Jun 4 12:13:15 EDT 2008
Author: anthm
Date: Wed Jun 4 12:13:15 2008
New Revision: 8753
Modified:
freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_reg.c
Log:
add per user acl
Modified: freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_reg.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_reg.c (original)
+++ freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_reg.c Wed Jun 4 12:13:15 2008
@@ -1060,7 +1060,7 @@
passwd = val;
}
- if (!strcasecmp(var, "auth_acl")) {
+ if (!strcasecmp(var, "auth-acl")) {
auth_acl = val;
}
@@ -1079,7 +1079,7 @@
passwd = val;
}
- if (!strcasecmp(var, "auth_acl")) {
+ if (!strcasecmp(var, "auth-acl")) {
auth_acl = val;
}
More information about the Freeswitch-svn
mailing list