r2541: Add a TODO: This is one place we can grab the remote netbios name.
authorAndrew Bartlett <abartlet@samba.org>
Wed, 22 Sep 2004 23:42:20 +0000 (23:42 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:59:04 +0000 (12:59 -0500)
Andrew Bartlett
(This used to be commit cd2f97530b2846bdb98ef36fabdc0a1cdd9e69fd)

source4/smb_server/reply.c

index a1922d54c1759e31c2e055a15d7821e014ba0dfa..801327f086f8724b194df6c8780d7f9f5db958b7 100644 (file)
@@ -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;