1
0
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:
Simo Sorce 2010-02-22 21:18:07 -05:00
parent d4b8be513c
commit 0c8608bbab

View File

@ -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;
}
/****************************************************************