summaryrefslogtreecommitdiffstats
path: root/source3/smbd
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/smbd
parent8781e4d787763a6b50d7b3819b33ace208ff7784 (diff)
downloadsamba-dfa2b456c743a643080d3a2eb0d9db62503141f5.tar.gz
samba-dfa2b456c743a643080d3a2eb0d9db62503141f5.tar.xz
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/smbd')
-rw-r--r--source3/smbd/reply.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c
index 89b07f1b9e..48a0732617 100644
--- a/source3/smbd/reply.c
+++ b/source3/smbd/reply.c
@@ -302,7 +302,7 @@ int reply_unknown(char *inbuf,char *outbuf)
int reply_ioctl(char *inbuf,char *outbuf)
{
DEBUG(3,("ignoring ioctl\n"));
-#if 1
+#if 0
/* we just say it succeeds and hope its all OK.
some day it would be nice to interpret them individually */
return set_message(outbuf,1,0,True);