mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
s3 Fix the build
I didn't mean to puch the GetForestTrustInformation patch just yet, now that it is in fix the s3 build ...
This commit is contained in:
parent
d4b8be513c
commit
0c8608bbab
@ -1821,11 +1821,11 @@ WERROR _netr_DsRGetForestTrustInformation(pipes_struct *p,
|
||||
/****************************************************************
|
||||
****************************************************************/
|
||||
|
||||
WERROR _netr_GetForestTrustInformation(pipes_struct *p,
|
||||
struct netr_GetForestTrustInformation *r)
|
||||
NTSTATUS _netr_GetForestTrustInformation(pipes_struct *p,
|
||||
struct netr_GetForestTrustInformation *r)
|
||||
{
|
||||
p->rng_fault_state = true;
|
||||
return WERR_NOT_SUPPORTED;
|
||||
return NT_STATUS_NOT_IMPLEMENTED;
|
||||
}
|
||||
|
||||
/****************************************************************
|
||||
|
Loading…
x
Reference in New Issue
Block a user