- accessctl.c: text correction in ERROR output

This commit is contained in:
Thomas Ries 2004-03-31 23:19:45 +00:00
parent e3ed50d8db
commit ecceea8251
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
0.5.5
=====
31-Mar-2004: - accessctl.c: text correction in ERROR output
30-Mar-2004: - Again '*' Contact header in unREGISTER
- new: tools/extract_sip.pl
26-Mar-2004: - SDP rewrite: properly handle 'c=' items in session

View File

@ -132,7 +132,7 @@ int process_aclist (char *aclist, struct sockaddr_in from) {
/* address */
p2=strchr(p1,'/');
if (!p2) {
ERROR("CONFIG: hosts_deny_sip - no mask separator found");
ERROR("CONFIG: accesslist [%s]- no mask separator found", aclist);
return STS_FAILURE;
}
memset(address,0,sizeof(address));