summaryrefslogtreecommitdiff
path: root/libcli/smb/smb_constants.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcli/smb/smb_constants.h')
-rw-r--r--libcli/smb/smb_constants.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libcli/smb/smb_constants.h b/libcli/smb/smb_constants.h
index ed7f6ffd1e..0dd79e88d7 100644
--- a/libcli/smb/smb_constants.h
+++ b/libcli/smb/smb_constants.h
@@ -31,8 +31,9 @@ enum protocol_types {
PROTOCOL_LANMAN1,
PROTOCOL_LANMAN2,
PROTOCOL_NT1,
- PROTOCOL_SMB2
+ PROTOCOL_SMB2_02
};
+#define PROTOCOL_SMB2 PROTOCOL_SMB2_02
/* NT Flags2 bits - cifs6.txt section 3.1.2 */
#define FLAGS2_LONG_PATH_COMPONENTS 0x0001