diff options
author | Günther Deschner <gd@samba.org> | 2010-05-18 12:51:35 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-05-18 12:51:35 +0200 |
commit | a531537341d874ed2bfa7058ec45417e856bed4e (patch) | |
tree | cbfa2eb0fc9eb8ad726952fd1a89fb4b1cad1274 /source3/include | |
parent | 7f6bb48bdf230465fd26514ff43d92e2c1f32fe6 (diff) | |
download | samba-a531537341d874ed2bfa7058ec45417e856bed4e.tar.gz samba-a531537341d874ed2bfa7058ec45417e856bed4e.tar.bz2 samba-a531537341d874ed2bfa7058ec45417e856bed4e.zip |
s3-secdesc: move SEC_DESC_HEADER_SIZE to its only user.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/rpc_secdes.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/rpc_secdes.h b/source3/include/rpc_secdes.h index f1d1b1a18f..b8c286fb0b 100644 --- a/source3/include/rpc_secdes.h +++ b/source3/include/rpc_secdes.h @@ -71,8 +71,6 @@ #define SEC_DESC_REVISION 0x1 #endif -#define SEC_DESC_HEADER_SIZE (2 * sizeof(uint16) + 4 * sizeof(uint32)) - /* A type to describe the mapping of generic access rights to object specific access rights. */ |