[SCM] Samba Shared Repository - branch master updated

Matthieu Patou mat at samba.org
Sat Apr 21 19:01:03 MDT 2012


The branch, master has been updated
       via  78aaffc idl: fix the charset for the source_dsa_address in DsReplicaDel call
      from  13d667b s3: Implement db_id for dbwrap_cache

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


- Log -----------------------------------------------------------------
commit 78aaffce2f6d57b06ee64700f3ecc37f71ee17c1
Author: Matthieu Patou <mat at matws.net>
Date:   Thu Apr 19 23:56:51 2012 -0700

    idl: fix the charset for the source_dsa_address in DsReplicaDel call
    
    Autobuild-User: Matthieu Patou <mat at samba.org>
    Autobuild-Date: Sun Apr 22 03:00:06 CEST 2012 on sn-devel-104

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

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


Changeset truncated at 500 lines:

diff --git a/librpc/idl/drsuapi.idl b/librpc/idl/drsuapi.idl
index af7e3ed..9dadcdb 100644
--- a/librpc/idl/drsuapi.idl
+++ b/librpc/idl/drsuapi.idl
@@ -806,7 +806,7 @@ interface drsuapi
         /* Function 0x06 */
 	typedef struct {
 		[ref] drsuapi_DsReplicaObjectIdentifier *naming_context;
-		[charset(UTF16),string] uint16 *source_dsa_address;
+		[charset(UTF8), string] uint8 *source_dsa_address;
 		drsuapi_DrsOptions options;
 	} drsuapi_DsReplicaDelRequest1;
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list