diff options
author | Günther Deschner <gd@samba.org> | 2007-11-14 09:48:12 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:45:15 +0100 |
commit | b79e33826fbda509e4a55ff685f0f68cccdd11a7 (patch) | |
tree | 143fbdeaa5fac2fe4c30598c0e507494803e2a7c /source4/librpc | |
parent | 8959af0a6fa493d4bdfcb609e7d5931a44a4567d (diff) | |
download | samba-b79e33826fbda509e4a55ff685f0f68cccdd11a7.tar.gz samba-b79e33826fbda509e4a55ff685f0f68cccdd11a7.tar.bz2 samba-b79e33826fbda509e4a55ff685f0f68cccdd11a7.zip |
r25951: Add missing DS_SERVER_NDNC bit to netr_DsR_DcFlags.
Guenther
(This used to be commit 1b49119c7318495cb3f2e5894e8faa3726a7fa0a)
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/idl/netlogon.idl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/librpc/idl/netlogon.idl b/source4/librpc/idl/netlogon.idl index 9ed5210f4e..190edcddbe 100644 --- a/source4/librpc/idl/netlogon.idl +++ b/source4/librpc/idl/netlogon.idl @@ -946,6 +946,7 @@ interface netlogon 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_DNS_CONTROLLER = 0x20000000, DS_DNS_DOMAIN = 0x40000000, DS_DNS_FOREST = 0x80000000 |