From: Michael Adam Date: Mon, 27 Feb 2012 19:27:46 +0000 (+0100) Subject: s4:libcli:smb2: allow max protocol 0x0224 X-Git-Tag: tdb-1.2.10~442 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5a5f98dc70bcca088af061473b8cb465e5aa6ff0;p=thirdparty%2Fsamba.git s4:libcli:smb2: allow max protocol 0x0224 --- diff --git a/source4/libcli/smb2/connect.c b/source4/libcli/smb2/connect.c index c743b90ce57..77b974475e3 100644 --- a/source4/libcli/smb2/connect.c +++ b/source4/libcli/smb2/connect.c @@ -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; }