Fix netlogon rpc-server build.
authorGünther Deschner <gd@samba.org>
Thu, 24 Jan 2008 23:04:24 +0000 (00:04 +0100)
committerGünther Deschner <gd@samba.org>
Thu, 24 Jan 2008 23:04:24 +0000 (00:04 +0100)
Guenther

source/rpc_server/netlogon/dcerpc_netlogon.c

index 3d9262b995ee65bc1d094072c2793c1df7990276..6a5e0a17a241e6f225a1e59eb0fa72bd360586df 100644 (file)
@@ -797,11 +797,11 @@ static WERROR dcesrv_netr_NETRLOGONSETSERVICEBITS(struct dcesrv_call_state *dce_
 }
 
 
-/* 
-  netr_NETRLOGONGETTRUSTRID 
+/*
+  netr_LogonGetTrustRid
 */
-static WERROR dcesrv_netr_NETRLOGONGETTRUSTRID(struct dcesrv_call_state *dce_call, TALLOC_CTX *mem_ctx,
-                      struct netr_NETRLOGONGETTRUSTRID *r)
+static WERROR dcesrv_netr_LogonGetTrustRid(struct dcesrv_call_state *dce_call, TALLOC_CTX *mem_ctx,
+                      struct netr_LogonGetTrustRid *r)
 {
        DCESRV_FAULT(DCERPC_FAULT_OP_RNG_ERROR);
 }