diff options
author | Andrew Tridgell <tridge@samba.org> | 1996-10-07 11:06:34 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1996-10-07 11:06:34 +0000 |
commit | bfa816cc8f30d9a629b4fe9f71bf0707aa6c4502 (patch) | |
tree | dee79a8127749509c8f9a1aae37ba4df145ee4c3 /source/client | |
parent | 3cd7303dbc2118db7084a6d8872403d825c52323 (diff) | |
download | samba-bfa816cc8f30d9a629b4fe9f71bf0707aa6c4502.tar.gz samba-bfa816cc8f30d9a629b4fe9f71bf0707aa6c4502.tar.xz samba-bfa816cc8f30d9a629b4fe9f71bf0707aa6c4502.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!)
Diffstat (limited to 'source/client')
-rw-r--r-- | source/client/client.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/client/client.c b/source/client/client.c index b8b63207d79..477c8fe1f8b 100644 --- a/source/client/client.c +++ b/source/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) |