From dea5c7b9486f7d4cbefd563a4e366c2fb3ccbf8f Mon Sep 17 00:00:00 2001 From: Kamen Mazdrashki Date: Sun, 5 Sep 2010 22:54:05 +0300 Subject: s4-idl: redefine dreplsrv_refresh() to be alike other RPC function definitions Sorry for the 'custom' definition first time --- source4/librpc/idl/irpc.idl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'source4/librpc/idl') 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(); } -- cgit