[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-test-1723-g9ca1505

Günther Deschner gd at samba.org
Thu Jan 31 10:05:30 GMT 2008


The branch, v3-2-test has been updated
       via  9ca1505d44e2c4459487c8e2f943a861e2dffb1e (commit)
      from  cf671ca35bff09af56c67e789a86a3b86093b5fb (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit 9ca1505d44e2c4459487c8e2f943a861e2dffb1e
Author: Günther Deschner <gd at samba.org>
Date:   Thu Jan 31 01:53:26 2008 +0100

    Fix netlogon IDL for netr_GetDcName that returns WERROR.
    
    (didn't we fix this a couple of times already?)
    
    Guenther

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

Summary of changes:
 source/librpc/idl/netlogon.idl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/librpc/idl/netlogon.idl b/source/librpc/idl/netlogon.idl
index 30b1119..4eb1bff 100644
--- a/source/librpc/idl/netlogon.idl
+++ b/source/librpc/idl/netlogon.idl
@@ -758,7 +758,7 @@ interface netlogon
 	/*****************/
 	/* Function 0x0B */
 
-	NTSTATUS netr_GetDcName(
+	WERROR netr_GetDcName(
 		[in]  [string,charset(UTF16)] uint16 logon_server[],
 		[in]  [string,charset(UTF16)] uint16 *domainname,
 		[out,ref] [string,charset(UTF16)] uint16 **dcname


-- 
Samba Shared Repository


More information about the samba-cvs mailing list