From 0c8608bbab93b0d00255424335deed27738d69c6 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 22 Feb 2010 21:18:07 -0500 Subject: s3 Fix the build I didn't mean to puch the GetForestTrustInformation patch just yet, now that it is in fix the s3 build ... --- source3/rpc_server/srv_netlog_nt.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source3/rpc_server/srv_netlog_nt.c') diff --git a/source3/rpc_server/srv_netlog_nt.c b/source3/rpc_server/srv_netlog_nt.c index 66f3bd3130..71463c28ad 100644 --- a/source3/rpc_server/srv_netlog_nt.c +++ b/source3/rpc_server/srv_netlog_nt.c @@ -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; } /**************************************************************** -- cgit