diff options
author | Günther Deschner <gd@samba.org> | 2006-03-14 09:22:01 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:15:27 -0500 |
commit | 8d4290cb8ed75cf12fa45bcf3e93cfe1a5567919 (patch) | |
tree | 221f5737aa7e5d78c6b8a1ab49830549f3a03ac8 /source/include/rpc_dce.h | |
parent | 075e784491e6f2b491bd063db08ff1267f9cabbb (diff) | |
download | samba-8d4290cb8ed75cf12fa45bcf3e93cfe1a5567919.tar.gz |
r14368: Remove redundant set of logon flags (now in rpc_netlogon.h).
Guenther
Diffstat (limited to 'source/include/rpc_dce.h')
-rw-r--r-- | source/include/rpc_dce.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/include/rpc_dce.h b/source/include/rpc_dce.h index 218cad336de..bc11a203056 100644 --- a/source/include/rpc_dce.h +++ b/source/include/rpc_dce.h @@ -90,8 +90,6 @@ enum RPC_PKT_TYPE { #define RPC_AUTH_SCHANNEL_SIGN_ONLY_CHK_LEN 0x18 -#define NETLOGON_EXTRA_SIDS 0x0020 -#define NETLOGON_RESOURCE_GROUPS 0x0200 #define NETLOGON_NEG_ARCFOUR 0x00000004 #define NETLOGON_NEG_128BIT 0x00004000 #define NETLOGON_NEG_SCHANNEL 0x40000000 |