mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
r1546: fix the build the function name has changed to srvsvc_NetRemoteTOD
because I implemented the idl for it metze
This commit is contained in:
parent
7d5ca8cc7c
commit
76cb9966bf
@ -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