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

source3/include/proto.h
source3/rpc_server/srv_netlog_nt.c

index 2ba01b30ed05a8c89fe0a8fa91413f42b3fa4802..4feedcdb04e7d579f0a7253447df8c3440da65fc 100644 (file)
@@ -6859,8 +6859,8 @@ WERROR _netr_GetForestTrustInformation(pipes_struct *p,
                                       struct netr_GetForestTrustInformation *r);
 NTSTATUS _netr_LogonSamLogonWithFlags(pipes_struct *p,
                                      struct netr_LogonSamLogonWithFlags *r);
-WERROR _netr_NETRSERVERGETTRUSTINFO(pipes_struct *p,
-                                   struct netr_NETRSERVERGETTRUSTINFO *r);
+WERROR _netr_ServerGetTrustInfo(pipes_struct *p,
+                               struct netr_ServerGetTrustInfo *r);
 
 /* The following definitions come from rpc_server/srv_ntsvcs.c  */
 
index 45acd3ed4857d20647e3f41075a59dd65f2a83ab..46450059f4d88e3e441a89366ffb2abef63a5a6a 100644 (file)
@@ -1402,8 +1402,8 @@ NTSTATUS _netr_LogonSamLogonWithFlags(pipes_struct *p,
 /****************************************************************
 ****************************************************************/
 
-WERROR _netr_NETRSERVERGETTRUSTINFO(pipes_struct *p,
-                                   struct netr_NETRSERVERGETTRUSTINFO *r)
+WERROR _netr_ServerGetTrustInfo(pipes_struct *p,
+                                   struct netr_ServerGetTrustInfo *r)
 {
        p->rng_fault_state = true;
        return WERR_NOT_SUPPORTED;