summaryrefslogtreecommitdiff
path: root/source4/librpc/idl
diff options
context:
space:
mode:
authorAnatoliy Atanasov <anatoliy.atanasov@postpath.com>2010-09-10 13:44:20 +0300
committerAnatoliy Atanasov <anatoliy.atanasov@postpath.com>2010-09-10 13:44:20 +0300
commit788bfc8a25849bccc963a4b948c1e5857f2d885c (patch)
treee33b21e611e32f0dbce9b6c7e624e8a58857a598 /source4/librpc/idl
parent0ad22777ec44bf7eb35c2d9898ee1843ac308f76 (diff)
downloadsamba-788bfc8a25849bccc963a4b948c1e5857f2d885c.tar.gz
s4/fsmo: Change return type from NTSTATUS to WERROR for drepl_takeFSMOrole
This removed an unnecessary conversion of the return type in drepl_take_FSMO_role.
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r--source4/librpc/idl/irpc.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/irpc.idl b/source4/librpc/idl/irpc.idl
index 2b88dc749b4..1639d49138e 100644
--- a/source4/librpc/idl/irpc.idl
+++ b/source4/librpc/idl/irpc.idl
@@ -169,7 +169,7 @@ import "misc.idl", "security.idl", "nbt.idl";
DREPL_PDC_MASTER
} drepl_role_master;
- NTSTATUS drepl_takeFSMORole(
+ WERROR drepl_takeFSMORole(
[in] uint32 role
);