summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
Diffstat (limited to 'source4')
-rw-r--r--source4/smb_server/reply.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/smb_server/reply.c b/source4/smb_server/reply.c
index a1922d54c1..801327f086 100644
--- a/source4/smb_server/reply.c
+++ b/source4/smb_server/reply.c
@@ -2312,7 +2312,8 @@ void reply_special(struct smbsrv_request *req)
SCVAL(buf,3,0);
DEBUG(0,("REWRITE: not parsing netbios names in NBT session request!\n"));
-
+ /* TODO: store the name for the session setup 'remote machine' code, as well as smbstatus */
+
req->smb_conn->negotiate.done_nbt_session = True;
req->out.buffer = buf;