diff options
author | Günther Deschner <gd@samba.org> | 2008-04-21 20:02:46 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-04-21 20:21:40 +0200 |
commit | 93e0c136267202a90c53f4c8565df9585a868863 (patch) | |
tree | c18fb7ae4958138f140729ed7c430372f00623ef | |
parent | bcbac69d1a38e128ffe8b763ac027d6eab33dcec (diff) | |
download | samba-93e0c136267202a90c53f4c8565df9585a868863.tar.gz samba-93e0c136267202a90c53f4c8565df9585a868863.tar.bz2 samba-93e0c136267202a90c53f4c8565df9585a868863.zip |
IDL: now that we have nbt.idl, re-add it to the includes again.
Guenther
(This used to be commit d38c5f4a69f67f29cc057e4aa0ad14f5112f6844)
-rw-r--r-- | source3/librpc/idl/netlogon.idl | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/source3/librpc/idl/netlogon.idl b/source3/librpc/idl/netlogon.idl index 6ba342b663..c75aea360c 100644 --- a/source3/librpc/idl/netlogon.idl +++ b/source3/librpc/idl/netlogon.idl @@ -4,7 +4,7 @@ who contributed! */ -import "lsa.idl", "samr.idl", "security.idl"; +import "lsa.idl", "samr.idl", "security.idl", "nbt.idl"; #include "idl_types.h" @@ -1016,15 +1016,15 @@ interface netlogon } netr_DsRGetDCNameInfo_AddressType; typedef [bitmap32bit] bitmap { - DS_SERVER_PDC = 0x00000001 /* NBT_SERVER_PDC */, - DS_SERVER_GC = 0x00000004 /* NBT_SERVER_GC */, - DS_SERVER_LDAP = 0x00000008 /* NBT_SERVER_LDAP */, - DS_SERVER_DS = 0x00000010 /* NBT_SERVER_DS */, - DS_SERVER_KDC = 0x00000020 /* NBT_SERVER_KDC */, - DS_SERVER_TIMESERV = 0x00000040 /* NBT_SERVER_TIMESERV */, - DS_SERVER_CLOSEST = 0x00000080 /* NBT_SERVER_CLOSEST */, - DS_SERVER_WRITABLE = 0x00000100 /* NBT_SERVER_WRITABLE */, - DS_SERVER_GOOD_TIMESERV = 0x00000200 /* NBT_SERVER_GOOD_TIMESERV */, + DS_SERVER_PDC = NBT_SERVER_PDC, + DS_SERVER_GC = NBT_SERVER_GC, + DS_SERVER_LDAP = NBT_SERVER_LDAP, + DS_SERVER_DS = NBT_SERVER_DS, + DS_SERVER_KDC = NBT_SERVER_KDC, + DS_SERVER_TIMESERV = NBT_SERVER_TIMESERV, + DS_SERVER_CLOSEST = NBT_SERVER_CLOSEST, + DS_SERVER_WRITABLE = NBT_SERVER_WRITABLE, + DS_SERVER_GOOD_TIMESERV = NBT_SERVER_GOOD_TIMESERV, DS_SERVER_NDNC = 0x00000400, DS_SERVER_SELECT_SECRET_DOMAIN_6 = 0x00000800, DS_SERVER_FULL_SECRET_DOMAIN_6 = 0x00001000, |