From 3fb57e31a0f1e4851dcd1f4e6d87fc320f6fa703 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 22 Sep 2004 23:42:20 +0000 Subject: r2541: Add a TODO: This is one place we can grab the remote netbios name. Andrew Bartlett (This used to be commit cd2f97530b2846bdb98ef36fabdc0a1cdd9e69fd) --- source4/smb_server/reply.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- cgit