svn commit: samba r1849 - branches/SAMBA_4_0/source/librpc/idl

metze at samba.org metze at samba.org
Tue Aug 17 09:31:36 GMT 2004


Author: metze
Date: 2004-08-17 09:31:36 +0000 (Tue, 17 Aug 2004)
New Revision: 1849

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=1849&nolog=1

Log:
use LIBNDR_STRING_BYTESIZE here

metze

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


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/krb5pac.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/krb5pac.idl	2004-08-17 09:30:46 UTC (rev 1848)
+++ branches/SAMBA_4_0/source/librpc/idl/krb5pac.idl	2004-08-17 09:31:36 UTC (rev 1849)
@@ -13,8 +13,7 @@
 {
 	typedef struct {
 		NTTIME logon_time;
-		uint16 unknown;
-		astring account_name;
+		[flag(STR_SIZE2|STR_NOTERM|STR_BYTESIZE)] string account_name;
 	} UNKNOWN_TYPE_10;
 
 	typedef [flag(NDR_PAHEX)] struct {



More information about the samba-cvs mailing list