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

metze at samba.org metze at samba.org
Wed Jan 25 12:54:30 GMT 2006


Author: metze
Date: 2006-01-25 12:54:30 +0000 (Wed, 25 Jan 2006)
New Revision: 13131

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

Log:
windows sends termination here, this fixes access with regedit

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


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/winreg.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/winreg.idl	2006-01-25 12:27:34 UTC (rev 13130)
+++ branches/SAMBA_4_0/source/librpc/idl/winreg.idl	2006-01-25 12:54:30 UTC (rev 13131)
@@ -130,7 +130,7 @@
 	);
 
 	typedef struct {
-		[value(strlen_m(name)*2)] uint16 length; 
+		[value(strlen_m_term(name)*2)] uint16 length; 
 		/* size cannot be auto-set by value() as it is the
 		   amount of space the server is allowed to use for this
 		   string in the reply, not its current size */



More information about the samba-cvs mailing list