mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +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 *s = talloc_get_type(msg->private_data,
|
||||||
struct dreplsrv_service);
|
struct dreplsrv_service);
|
||||||
|
|
||||||
r->out.werr = dreplsrv_refresh_partitions(s);
|
r->out.result = dreplsrv_refresh_partitions(s);
|
||||||
|
|
||||||
return NT_STATUS_OK;
|
return NT_STATUS_OK;
|
||||||
}
|
}
|
||||||
|
@ -156,7 +156,5 @@ import "misc.idl", "security.idl", "nbt.idl";
|
|||||||
* @param partition_dn Partition to refresh cacheh for.
|
* @param partition_dn Partition to refresh cacheh for.
|
||||||
* If empy/NULL, refresh all partitions.
|
* If empy/NULL, refresh all partitions.
|
||||||
*/
|
*/
|
||||||
void dreplsrv_refresh(
|
WERROR dreplsrv_refresh();
|
||||||
[out] WERROR werr
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user