mirror of
https://github.com/samba-team/samba.git
synced 2025-02-28 01:58:17 +03:00
s4:libcli:smb2: allow max protocol 0x0224
This commit is contained in:
parent
a92b5f33de
commit
5a5f98dc70
@ -143,7 +143,7 @@ static void smb2_connect_socket_done(struct composite_context *creq)
|
||||
|
||||
subreq = smbXcli_negprot_send(state, state->ev,
|
||||
state->transport->conn, timeout_msec,
|
||||
PROTOCOL_SMB2_02, PROTOCOL_SMB2_22);
|
||||
PROTOCOL_SMB2_02, PROTOCOL_SMB2_24);
|
||||
if (tevent_req_nomem(subreq, req)) {
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user