- accessctl.c: text correction in ERROR output
This commit is contained in:
parent
e3ed50d8db
commit
ecceea8251
@ -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
|
||||
|
||||
@ -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));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user