From 911975c88f0b364dfc42905a53ed0f183028c57b Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Fri, 20 Apr 2001 15:39:51 +0000 Subject: merge from 2.2 (This used to be commit f87f3707f3d5f205d0287381d71380264a711666) --- source3/lib/access.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/lib') diff --git a/source3/lib/access.c b/source3/lib/access.c index 1714d70110..df0585e959 100644 --- a/source3/lib/access.c +++ b/source3/lib/access.c @@ -269,7 +269,7 @@ static BOOL only_ipaddrs_in_list(const char* list) if ((p=strchr(tok, '/')) == NULL) { only_ip = False; - DEBUG(3,("only_ipaddrs_in_list: list [%s] has non-ip address %s\n", list, p)); + DEBUG(3,("only_ipaddrs_in_list: list [%s] has non-ip address %s\n", list, tok)); break; } } -- cgit