summaryrefslogtreecommitdiffstats
path: root/source/smbd/reply.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
commitbfa816cc8f30d9a629b4fe9f71bf0707aa6c4502 (patch)
treedee79a8127749509c8f9a1aae37ba4df145ee4c3 /source/smbd/reply.c
parent3cd7303dbc2118db7084a6d8872403d825c52323 (diff)
downloadsamba-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/smbd/reply.c')
-rw-r--r--source/smbd/reply.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/smbd/reply.c b/source/smbd/reply.c
index 89b07f1b9ec..48a0732617e 100644
--- a/source/smbd/reply.c
+++ b/source/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);