From dfa2b456c743a643080d3a2eb0d9db62503141f5 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 7 Oct 1996 11:06:34 +0000 Subject: - 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) --- source3/client/client.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/client/client.c') 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) -- cgit