summaryrefslogtreecommitdiff
path: root/source3/client/client.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1996-10-07 11:06:34 +0000
committerAndrew Tridgell <tridge@samba.org>1996-10-07 11:06:34 +0000
commitdfa2b456c743a643080d3a2eb0d9db62503141f5 (patch)
tree9ef3ba3fb4bc2fd73d21e621dc72a5c41954086e /source3/client/client.c
parent8781e4d787763a6b50d7b3819b33ace208ff7784 (diff)
downloadsamba-dfa2b456c743a643080d3a2eb0d9db62503141f5.tar.gz
samba-dfa2b456c743a643080d3a2eb0d9db62503141f5.tar.bz2
samba-dfa2b456c743a643080d3a2eb0d9db62503141f5.zip
- continue when failing to load config file in nmblookup and smbclient
- fix important bug in nmbd where it set the return code for a negative name response to 0 (which means success!) (This used to be commit bfa816cc8f30d9a629b4fe9f71bf0707aa6c4502)
Diffstat (limited to 'source3/client/client.c')
-rw-r--r--source3/client/client.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/client/client.c b/source3/client/client.c
index b8b63207d7..477c8fe1f8 100644
--- a/source3/client/client.c
+++ b/source3/client/client.c
@@ -4500,7 +4500,6 @@ static void usage(char *pname)
if (!lp_load(servicesf,True)) {
fprintf(stderr, "Can't load %s - run testparm to debug it\n", servicesf);
- return (-1);
}
if (*workgroup == 0)