diff options
author | Stefan Metzmacher <metze@samba.org> | 2014-10-06 13:34:49 +0200 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-10-08 01:08:40 +0200 |
commit | 3e2d4199c34352e2af5fb95b5ecb6f7c0b20cbff (patch) | |
tree | b406bae988292a96b7ad646206084cc0415c07f3 /libcli/smb | |
parent | 72d3f931d79d94cd017a60a5c7aac0a0de324748 (diff) | |
download | samba-3e2d4199c34352e2af5fb95b5ecb6f7c0b20cbff.tar.gz |
libcli/smb: remove unused SMB2_TF_ALGORITHM define
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Wed Oct 8 01:08:40 CEST 2014 on sn-devel-104
Diffstat (limited to 'libcli/smb')
-rw-r--r-- | libcli/smb/smb2_constants.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libcli/smb/smb2_constants.h b/libcli/smb/smb2_constants.h index 6b13e4f4826..191de2b710d 100644 --- a/libcli/smb/smb2_constants.h +++ b/libcli/smb/smb2_constants.h @@ -29,7 +29,6 @@ #define SMB2_TF_MSG_SIZE 0x24 /* 4 bytes */ #define SMB2_TF_RESERVED 0x28 /* 2 bytes */ #define SMB2_TF_FLAGS 0x2A /* 2 bytes */ -#define SMB2_TF_ALGORITHM SMB2_TF_FLAGS /* only dialect < 0x310 */ #define SMB2_TF_SESSION_ID 0x2C /* 8 bytes */ #define SMB2_TF_HDR_SIZE 0x34 /* 52 bytes */ |