1
0
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:
Stefan Metzmacher 2004-07-19 10:15:33 +00:00 committed by Gerald (Jerry) Carter
parent 7d5ca8cc7c
commit 76cb9966bf

View File

@ -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);
}