diff options
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/idl/irpc.idl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source4/librpc/idl/irpc.idl b/source4/librpc/idl/irpc.idl index 220cecfb89..35204dbedc 100644 --- a/source4/librpc/idl/irpc.idl +++ b/source4/librpc/idl/irpc.idl @@ -156,7 +156,5 @@ import "misc.idl", "security.idl", "nbt.idl"; * @param partition_dn Partition to refresh cacheh for. * If empy/NULL, refresh all partitions. */ - void dreplsrv_refresh( - [out] WERROR werr - ); + WERROR dreplsrv_refresh(); } |