mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s4-idl: redefine dreplsrv_refresh() to be alike other RPC function definitions
Sorry for the 'custom' definition first time
This commit is contained in:
parent
cf616ec316
commit
dea5c7b948
@ -244,7 +244,7 @@ static NTSTATUS dreplsrv_refresh(struct irpc_message *msg,
|
||||
struct dreplsrv_service *s = talloc_get_type(msg->private_data,
|
||||
struct dreplsrv_service);
|
||||
|
||||
r->out.werr = dreplsrv_refresh_partitions(s);
|
||||
r->out.result = dreplsrv_refresh_partitions(s);
|
||||
|
||||
return NT_STATUS_OK;
|
||||
}
|
||||
|
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user