summaryrefslogtreecommitdiff
path: root/source3/smbd
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1996-05-31 06:09:42 +0000
committerAndrew Tridgell <tridge@samba.org>1996-05-31 06:09:42 +0000
commitd8cf90d37f751f0614609bdf67aab875533b97de (patch)
tree767963555c2b31898f6de85a421d676c6f97283c /source3/smbd
parent1b87ef2440898e73f438f8816c8c3da5af6e7d66 (diff)
downloadsamba-d8cf90d37f751f0614609bdf67aab875533b97de.tar.gz
samba-d8cf90d37f751f0614609bdf67aab875533b97de.tar.bz2
samba-d8cf90d37f751f0614609bdf67aab875533b97de.zip
comment out the code that tries to handle the NT bug where the 2nd
passlen is wrong. The fix is worse than the problem :-) (This used to be commit 51e22c931078e0b612dbc9e20dc143c3aebf7eb5)
Diffstat (limited to 'source3/smbd')
-rw-r--r--source3/smbd/reply.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/smbd/reply.c b/source3/smbd/reply.c
index b7b51775bb..b5fa86a8d7 100644
--- a/source3/smbd/reply.c
+++ b/source3/smbd/reply.c
@@ -334,11 +334,13 @@ int reply_sesssetup_and_X(char *inbuf,char *outbuf,int length,int bufsize)
StrnCpy(smb_apasswd,p + passlen1,smb_apasslen);
}
}
+#if NT_WORKAROUND
if (passlen2 == 1) {
/* apparently NT sometimes sets passlen2 to 1 when it means 0. This
tries to work around that problem */
passlen2 = 0;
}
+#endif
p += passlen1 + passlen2;
strcpy(user,p); p = skip_string(p,1);
DEBUG(3,("Domain=[%s] NativeOS=[%s] NativeLanMan=[%s]\n",