mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s4-netlogon: fix the build of netlogon server.
Guenther
This commit is contained in:
parent
5903206bab
commit
9fa4dfc4ea
@ -1427,11 +1427,11 @@ static WERROR dcesrv_netr_GetForestTrustInformation(struct dcesrv_call_state *dc
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
netr_NETRSERVERGETTRUSTINFO
|
||||
/*
|
||||
netr_ServerGetTrustInfo
|
||||
*/
|
||||
static WERROR dcesrv_netr_NETRSERVERGETTRUSTINFO(struct dcesrv_call_state *dce_call, TALLOC_CTX *mem_ctx,
|
||||
struct netr_NETRSERVERGETTRUSTINFO *r)
|
||||
static NTSTATUS dcesrv_netr_ServerGetTrustInfo(struct dcesrv_call_state *dce_call, TALLOC_CTX *mem_ctx,
|
||||
struct netr_ServerGetTrustInfo *r)
|
||||
{
|
||||
DCESRV_FAULT(DCERPC_FAULT_OP_RNG_ERROR);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user