summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2004-09-22 23:42:20 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:59:04 -0500
commit3fb57e31a0f1e4851dcd1f4e6d87fc320f6fa703 (patch)
tree2707ba946e52483f5075a15efc68246586dff2b7 /source4
parent924fa2db941095719b476e3b458ced34426401bb (diff)
downloadsamba-3fb57e31a0f1e4851dcd1f4e6d87fc320f6fa703.tar.gz
samba-3fb57e31a0f1e4851dcd1f4e6d87fc320f6fa703.tar.bz2
samba-3fb57e31a0f1e4851dcd1f4e6d87fc320f6fa703.zip
r2541: Add a TODO: This is one place we can grab the remote netbios name.
Andrew Bartlett (This used to be commit cd2f97530b2846bdb98ef36fabdc0a1cdd9e69fd)
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;