summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-10-02 11:25:13 +0200
committerStefan Metzmacher <metze@samba.org>2008-10-02 12:20:59 +0200
commit3c9f3c32d1290b8e6c438a197602afe3e96ae828 (patch)
tree0d5293f301eebf0c7531407201fedca3743c1294 /source4/librpc
parent1e24fd3ba20ace6e8f7e974dd7b7fc1738ade8be (diff)
downloadsamba-3c9f3c32d1290b8e6c438a197602afe3e96ae828.tar.gz
samba-3c9f3c32d1290b8e6c438a197602afe3e96ae828.tar.bz2
samba-3c9f3c32d1290b8e6c438a197602afe3e96ae828.zip
s4:drsuapi.idl: fix some fields in drsuapi_DsRemoveDSServer()
metze
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/idl/drsuapi.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/idl/drsuapi.idl b/source4/librpc/idl/drsuapi.idl
index 0a5a081dd7..76858b2d5c 100644
--- a/source4/librpc/idl/drsuapi.idl
+++ b/source4/librpc/idl/drsuapi.idl
@@ -970,7 +970,7 @@ interface drsuapi
typedef struct {
[charset(UTF16),string] uint16 *server_dn;
[charset(UTF16),string] uint16 *domain_dn;
- uint32 unknown; /* 0x000000001 */
+ boolean32 commit;
} drsuapi_DsRemoveDSServerRequest1;
typedef [switch_type(int32)] union {
@@ -978,7 +978,7 @@ interface drsuapi
} drsuapi_DsRemoveDSServerRequest;
typedef struct {
- WERROR status;
+ boolean32 last_dc_in_domain;
} drsuapi_DsRemoveDSServerResult1;
typedef [switch_type(int32)] union {