mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
Fix netlogon rpc-server build.
Guenther (This used to be commit 31980e03faedaa44317f64d940c458d38a103627)
This commit is contained in:
parent
593c211a5f
commit
de50115c38
@ -797,11 +797,11 @@ static WERROR dcesrv_netr_NETRLOGONSETSERVICEBITS(struct dcesrv_call_state *dce_
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
netr_NETRLOGONGETTRUSTRID
|
||||
/*
|
||||
netr_LogonGetTrustRid
|
||||
*/
|
||||
static WERROR dcesrv_netr_NETRLOGONGETTRUSTRID(struct dcesrv_call_state *dce_call, TALLOC_CTX *mem_ctx,
|
||||
struct netr_NETRLOGONGETTRUSTRID *r)
|
||||
static WERROR dcesrv_netr_LogonGetTrustRid(struct dcesrv_call_state *dce_call, TALLOC_CTX *mem_ctx,
|
||||
struct netr_LogonGetTrustRid *r)
|
||||
{
|
||||
DCESRV_FAULT(DCERPC_FAULT_OP_RNG_ERROR);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user