STEP02??? hack always zero guid
authorStefan Metzmacher <metze@samba.org>
Tue, 24 Jun 2014 15:02:27 +0000 (17:02 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 10 Feb 2020 14:17:27 +0000 (15:17 +0100)
libcli/smb/smbXcli_base.c

index 2251ae37a9737069ba7e46804f624acf3f12f01d..2966d2035a3d8f260ca8e521ad8bd8bd4861a734 100644 (file)
@@ -4756,7 +4756,7 @@ static struct tevent_req *smbXcli_negprot_smb2_subreq(struct smbXcli_negprot_sta
        } else {
                SIVAL(buf, 8, 0);       /* Capabilities */
        }
-       if (state->conn->max_protocol >= PROTOCOL_SMB2_10) {
+       if (0 && state->conn->max_protocol >= PROTOCOL_SMB2_10) {
                NTSTATUS status;
                DATA_BLOB blob;