svn commit: samba r2541 - in branches/SAMBA_4_0/source/smb_server: .

abartlet at samba.org abartlet at samba.org
Wed Sep 22 23:42:20 GMT 2004


Author: abartlet
Date: 2004-09-22 23:42:20 +0000 (Wed, 22 Sep 2004)
New Revision: 2541

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/smb_server&rev=2541&nolog=1

Log:
Add a TODO:  This is one place we can grab the remote netbios name.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/smb_server/reply.c


Changeset:
Modified: branches/SAMBA_4_0/source/smb_server/reply.c
===================================================================
--- branches/SAMBA_4_0/source/smb_server/reply.c	2004-09-22 23:27:20 UTC (rev 2540)
+++ branches/SAMBA_4_0/source/smb_server/reply.c	2004-09-22 23:42:20 UTC (rev 2541)
@@ -2312,7 +2312,8 @@
 		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;



More information about the samba-cvs mailing list