diff options
| author | Stefan Metzmacher <metze@samba.org> | 2011-09-05 13:12:38 +0200 |
|---|---|---|
| committer | Stefan Metzmacher <metze@samba.org> | 2011-09-05 13:25:01 +0200 |
| commit | 7fd075f91b3b7c5d5a95cde54c5206d763ff8d65 (patch) | |
| tree | a207efb81adee2d7130c98be6b93e58ef53fdc5e /libcli | |
| parent | 491c975dfe0c9a70bd2ad22329c1aeb2bf97b4b6 (diff) | |
libcli/smb: remove PROTOCOL_SMB2 alias of PROTOCOL_SMB2_02
metze
Diffstat (limited to 'libcli')
| -rw-r--r-- | libcli/smb/smb_constants.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libcli/smb/smb_constants.h b/libcli/smb/smb_constants.h index f833b254a5..44f0c46c7e 100644 --- a/libcli/smb/smb_constants.h +++ b/libcli/smb/smb_constants.h @@ -43,7 +43,6 @@ enum protocol_types { PROTOCOL_NT1, PROTOCOL_SMB2_02 }; -#define PROTOCOL_SMB2 PROTOCOL_SMB2_02 /* NT Flags2 bits - cifs6.txt section 3.1.2 */ #define FLAGS2_LONG_PATH_COMPONENTS 0x0001 |
