mirror of
https://github.com/samba-team/samba.git
synced 2025-08-08 13:49:29 +03:00
r17009: set the protocol version correct
metze
(This used to be commit 24ec382560
)
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
4c499cb45f
commit
669e5d0fab
@ -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 */
|
||||
|
||||
|
Reference in New Issue
Block a user