svn commit: samba r17009 - in
branches/SAMBA_4_0/source/smb_server/smb2: .
metze at samba.org
metze at samba.org
Thu Jul 13 14:31:11 GMT 2006
Author: metze
Date: 2006-07-13 14:31:11 +0000 (Thu, 13 Jul 2006)
New Revision: 17009
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17009
Log:
set the protocol version correct
metze
Modified:
branches/SAMBA_4_0/source/smb_server/smb2/negprot.c
Changeset:
Modified: branches/SAMBA_4_0/source/smb_server/smb2/negprot.c
===================================================================
--- branches/SAMBA_4_0/source/smb_server/smb2/negprot.c 2006-07-13 13:51:54 UTC (rev 17008)
+++ branches/SAMBA_4_0/source/smb_server/smb2/negprot.c 2006-07-13 14:31:11 UTC (rev 17009)
@@ -88,6 +88,8 @@
struct timeval current_time;
struct timeval boot_time;
+ req->smb_conn->negotiate.protocol = PROTOCOL_SMB2;
+
current_time = timeval_current(); /* TODO: handle timezone?! */
boot_time = timeval_current(); /* TODO: fix me */
More information about the samba-cvs
mailing list