*** empty log message ***

This commit is contained in:
Thomas Ries
2009-03-28 09:37:47 +00:00
parent 7d24ebfc67
commit 060d533ec4
+1 -1
View File
@@ -86,7 +86,7 @@ int accesslist_check (struct sockaddr_in from) {
*/
if ( (configuration.hosts_allow_reg !=NULL) &&
(strcmp(configuration.hosts_allow_reg,"")!=0) ) {
/* non-empty list -> check agains it */
/* non-empty list -> check against it */
if (process_aclist(configuration.hosts_allow_reg, from)==STS_SUCCESS) {
/* SIP registration access granted */
DEBUGC(DBCLASS_ACCESS,"granted REG/SIP access");