diff options
author | Gerald Carter <jerry@samba.org> | 2001-04-20 15:39:51 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2001-04-20 15:39:51 +0000 |
commit | 911975c88f0b364dfc42905a53ed0f183028c57b (patch) | |
tree | e2b55242a1de9dea28a8d2769f7fd0932a2a0673 /source3 | |
parent | 790588eda41a7c8b2a56dce3fef57abd10df8a3f (diff) | |
download | samba-911975c88f0b364dfc42905a53ed0f183028c57b.tar.gz samba-911975c88f0b364dfc42905a53ed0f183028c57b.tar.bz2 samba-911975c88f0b364dfc42905a53ed0f183028c57b.zip |
merge from 2.2
(This used to be commit f87f3707f3d5f205d0287381d71380264a711666)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/lib/access.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } } |