s4-netlogon: fix the build of netlogon server.
authorGünther Deschner <gd@samba.org>
Wed, 10 Dec 2008 01:51:16 +0000 (02:51 +0100)
committerGünther Deschner <gd@samba.org>
Wed, 10 Dec 2008 10:58:28 +0000 (11:58 +0100)
Guenther

source4/rpc_server/netlogon/dcerpc_netlogon.c

index 2806802e63ab6ffa7a1be6239ed41c7f79557f95..a2367c8a9b0b2a7a05b05360d11ee34bd2de138c 100644 (file)
@@ -1427,11 +1427,11 @@ static WERROR dcesrv_netr_GetForestTrustInformation(struct dcesrv_call_state *dc
 }
 
 
-/* 
-  netr_NETRSERVERGETTRUSTINFO 
+/*
+  netr_ServerGetTrustInfo
 */
-static WERROR dcesrv_netr_NETRSERVERGETTRUSTINFO(struct dcesrv_call_state *dce_call, TALLOC_CTX *mem_ctx,
-                      struct netr_NETRSERVERGETTRUSTINFO *r)
+static NTSTATUS dcesrv_netr_ServerGetTrustInfo(struct dcesrv_call_state *dce_call, TALLOC_CTX *mem_ctx,
+                      struct netr_ServerGetTrustInfo *r)
 {
        DCESRV_FAULT(DCERPC_FAULT_OP_RNG_ERROR);
 }