mirror of
https://github.com/samba-team/samba.git
synced 2025-03-08 04:58:40 +03:00
r1546: fix the build the function name has changed to srvsvc_NetRemoteTOD
because I implemented the idl for it metze (This used to be commit 76cb9966bf961383b36846627c13b562be5edf4e)
This commit is contained in:
parent
ae0018ad2a
commit
6ec9c7bd30
@ -800,10 +800,10 @@ static WERROR srvsvc_NETRSERVERTRANSPORTDEL(struct dcesrv_call_state *dce_call,
|
||||
|
||||
|
||||
/*
|
||||
srvsvc_NET_REMOTE_TOD
|
||||
srvsvc_NetRemoteTOD
|
||||
*/
|
||||
static WERROR srvsvc_NET_REMOTE_TOD(struct dcesrv_call_state *dce_call, TALLOC_CTX *mem_ctx,
|
||||
struct srvsvc_NET_REMOTE_TOD *r)
|
||||
static WERROR srvsvc_NetRemoteTOD(struct dcesrv_call_state *dce_call, TALLOC_CTX *mem_ctx,
|
||||
struct srvsvc_NetRemoteTOD *r)
|
||||
{
|
||||
DCESRV_FAULT(DCERPC_FAULT_OP_RNG_ERROR);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user