1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

r17009: set the protocol version correct

metze
This commit is contained in:
Stefan Metzmacher 2006-07-13 14:31:11 +00:00 committed by Gerald (Jerry) Carter
parent bcf09a769e
commit 24ec382560

View File

@ -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 */