From 669e5d0fab89cc6c64010d321223c3948cd676f8 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 13 Jul 2006 14:31:11 +0000 Subject: r17009: set the protocol version correct metze (This used to be commit 24ec382560de356704bcbf6cd1ee52182231e970) --- source4/smb_server/smb2/negprot.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/smb_server/smb2/negprot.c') diff --git a/source4/smb_server/smb2/negprot.c b/source4/smb_server/smb2/negprot.c index 66ba902746..957bb9204a 100644 --- a/source4/smb_server/smb2/negprot.c +++ b/source4/smb_server/smb2/negprot.c @@ -88,6 +88,8 @@ static NTSTATUS smb2srv_negprot_backend(struct smb2srv_request *req, struct smb2 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 */ -- cgit