[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-test-2075-g14f5a7d

Günther Deschner gd at samba.org
Mon Feb 11 19:44:50 GMT 2008


The branch, v3-2-test has been updated
       via  14f5a7dd57054f46a607d063ab03c4505de0f05c (commit)
      from  d853f4f2634a3273c193cc52e7aaa4e7234a827c (commit)

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


- Log -----------------------------------------------------------------
commit 14f5a7dd57054f46a607d063ab03c4505de0f05c
Author: Günther Deschner <gd at samba.org>
Date:   Mon Feb 11 20:21:04 2008 +0100

    Fix IDL for lsa_GetUserName.
    
    Guenther
     Please enter the commit message for your changes.

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

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


Changeset truncated at 500 lines:

diff --git a/source/librpc/idl/lsa.idl b/source/librpc/idl/lsa.idl
index 7cacd64..b10dcd1 100644
--- a/source/librpc/idl/lsa.idl
+++ b/source/librpc/idl/lsa.idl
@@ -743,14 +743,10 @@ import "security.idl";
 
 	/**********************/
 	/* Function:     0x2d */
-	typedef struct {
-		lsa_String *string;
-	} lsa_StringPointer;
-
 	NTSTATUS lsa_GetUserName(
 		[in,unique] [string,charset(UTF16)] uint16 *system_name,
-		[in,out,unique] lsa_String *account_name,
-		[in,out,unique] lsa_StringPointer *authority_name
+		[in,out,ref] lsa_String **account_name,
+		[in,out,unique] lsa_String **authority_name
 		);
 
 	/**********************/


-- 
Samba Shared Repository


More information about the samba-cvs mailing list