[SCM] Samba Shared Repository - branch master updated

Simo Sorce idra at samba.org
Mon Feb 22 19:20:07 MST 2010


The branch, master has been updated
       via  0c8608b... s3 Fix the build
      from  d4b8be5... s4:netlogon GetTrustedDomainInformation

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 0c8608bbab93b0d00255424335deed27738d69c6
Author: Simo Sorce <idra at samba.org>
Date:   Mon Feb 22 21:18:07 2010 -0500

    s3 Fix the build
    
    I didn't mean to puch the GetForestTrustInformation patch just yet,
    now that it is in fix the s3 build ...

-----------------------------------------------------------------------

Summary of changes:
 source3/rpc_server/srv_netlog_nt.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/rpc_server/srv_netlog_nt.c b/source3/rpc_server/srv_netlog_nt.c
index 66f3bd3..71463c2 100644
--- a/source3/rpc_server/srv_netlog_nt.c
+++ b/source3/rpc_server/srv_netlog_nt.c
@@ -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;
 }
 
 /****************************************************************


-- 
Samba Shared Repository


More information about the samba-cvs mailing list