svn commit: samba r18624 - in branches/SAMBA_4_0/source/librpc/idl: .

gd at samba.org gd at samba.org
Mon Sep 18 19:51:27 GMT 2006


Author: gd
Date: 2006-09-18 19:51:27 +0000 (Mon, 18 Sep 2006)
New Revision: 18624

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18624

Log:
path is a ref pointer in dfs_GetInfo().

torture test to follow.

Guenther

Modified:
   branches/SAMBA_4_0/source/librpc/idl/dfs.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/dfs.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/dfs.idl	2006-09-18 19:46:11 UTC (rev 18623)
+++ branches/SAMBA_4_0/source/librpc/idl/dfs.idl	2006-09-18 19:51:27 UTC (rev 18624)
@@ -112,7 +112,7 @@
 	} dfs_Info;
 
 	WERROR dfs_GetInfo (
-		[in,string,charset(UTF16)] uint16 *path,
+		[in,ref,string,charset(UTF16)] uint16 *path,
 		[in,unique,string,charset(UTF16)] uint16 *server,
 		[in,unique,string,charset(UTF16)] uint16 *share,
 		[in]     uint32 level,



More information about the samba-cvs mailing list