diff options
author | Günther Deschner <gd@samba.org> | 2008-02-17 02:55:22 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-17 02:55:22 +0100 |
commit | 7d1f1681063ddddbf9ace00585604ca5f283ae6d (patch) | |
tree | 91673bc29467263c722cb193fe50b3e5a0b388ee | |
parent | 95cd28299ec3764cc12c7ffb29b764d1a7cc4bee (diff) | |
download | samba-7d1f1681063ddddbf9ace00585604ca5f283ae6d.tar.gz samba-7d1f1681063ddddbf9ace00585604ca5f283ae6d.tar.bz2 samba-7d1f1681063ddddbf9ace00585604ca5f283ae6d.zip |
Add sync netr_LogonControlCode from samba3.
Guenther
(This used to be commit 584b2453530deeaa0260d78818fbcf30cea5b702)
-rw-r--r-- | source3/librpc/idl/netlogon.idl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/librpc/idl/netlogon.idl b/source3/librpc/idl/netlogon.idl index 6095160ec7..5979701703 100644 --- a/source3/librpc/idl/netlogon.idl +++ b/source3/librpc/idl/netlogon.idl @@ -798,6 +798,7 @@ interface netlogon /* function_code values */ typedef [v1_enum] enum { + NETLOGON_CONTROL_SYNC = 2, NETLOGON_CONTROL_REDISCOVER = 5, NETLOGON_CONTROL_TC_QUERY = 6, NETLOGON_CONTROL_TRANSPORT_NOTIFY = 7, |