diff options
author | Günther Deschner <gd@samba.org> | 2008-03-27 12:03:20 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-03-27 13:06:43 +0100 |
commit | ad19eb4ab0dfed68edf23f89cb81000c5af701c7 (patch) | |
tree | f3b9b7299e07ee83e049315287b32fdb4111ab4a /source3/include/rpc_netlogon.h | |
parent | d470243c7498d5a12790b334f05a6e5588fc01d8 (diff) | |
download | samba-ad19eb4ab0dfed68edf23f89cb81000c5af701c7.tar.gz samba-ad19eb4ab0dfed68edf23f89cb81000c5af701c7.tar.bz2 samba-ad19eb4ab0dfed68edf23f89cb81000c5af701c7.zip |
Move netr_LogonLevel flags to IDL, rename old one to netr_LogonInfo.
Guenther
(This used to be commit 1fc98ee431d3ebe0c5d8bed55dcb788c16228ddd)
Diffstat (limited to 'source3/include/rpc_netlogon.h')
-rw-r--r-- | source3/include/rpc_netlogon.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/include/rpc_netlogon.h b/source3/include/rpc_netlogon.h index 1ad468308d..8218324173 100644 --- a/source3/include/rpc_netlogon.h +++ b/source3/include/rpc_netlogon.h @@ -23,9 +23,6 @@ #ifndef _RPC_NETLOGON_H /* _RPC_NETLOGON_H */ #define _RPC_NETLOGON_H -#define INTERACTIVE_LOGON_TYPE 1 -#define NET_LOGON_TYPE 2 - /* LOCKOUT_STRING */ typedef struct account_lockout_string { uint32 array_size; |