s3 Fix the build
[ira/wip.git] / 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;
 }
 
 /****************************************************************