s3 Fix the build
authorSimo Sorce <idra@samba.org>
Tue, 23 Feb 2010 02:18:07 +0000 (21:18 -0500)
committerSimo Sorce <idra@samba.org>
Tue, 23 Feb 2010 02:18:07 +0000 (21:18 -0500)
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

index 66f3bd31304f4eb70b251b095c14ba8b3e13044b..71463c28ad82a21bc45994b795beccb1c6ed17ad 100644 (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;
 }
 
 /****************************************************************