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

metze at samba.org metze at samba.org
Fri Mar 31 13:39:29 GMT 2006


Author: metze
Date: 2006-03-31 13:39:28 +0000 (Fri, 31 Mar 2006)
New Revision: 14842

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

Log:
fix parsing of NetDiskEnum replies

metze
Modified:
   branches/SAMBA_4_0/source/librpc/idl/srvsvc.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/srvsvc.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/srvsvc.idl	2006-03-31 11:48:01 UTC (rev 14841)
+++ branches/SAMBA_4_0/source/librpc/idl/srvsvc.idl	2006-03-31 13:39:28 UTC (rev 14842)
@@ -1123,7 +1123,7 @@
 /* srvsvc_NetDisk         */
 /**************************/
 	typedef struct {
-		[string,charset(UTF16)] uint16 *disc;
+		[flag(STR_LEN4)] string disc;
 	} srvsvc_NetDiskInfo0;
 
 	typedef struct {



More information about the samba-cvs mailing list