HACKS SMB 2.00
authorStefan Metzmacher <metze@samba.org>
Mon, 6 Oct 2014 14:25:53 +0000 (16:25 +0200)
committerGünther Deschner <gd@samba.org>
Mon, 19 Sep 2016 20:20:49 +0000 (22:20 +0200)
libcli/smb/smbXcli_base.c

index 0a2473ef632d6d965ff58875546330e5378e9b6a..d40ee99069f0f5c2c03386bec5539e1a40f1cd6e 100644 (file)
@@ -3929,6 +3929,7 @@ static const struct {
        enum protocol_types proto;
        uint16_t smb2_dialect;
 } smb2cli_prots[] = {
+       {PROTOCOL_SMB2_02,      0x200},
        {PROTOCOL_SMB2_02,      SMB2_DIALECT_REVISION_202},
        {PROTOCOL_SMB2_10,      SMB2_DIALECT_REVISION_210},
        {PROTOCOL_SMB2_22,      SMB2_DIALECT_REVISION_222},