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

tridge at samba.org tridge at samba.org
Fri Jul 1 12:18:40 GMT 2005


Author: tridge
Date: 2005-07-01 12:18:39 +0000 (Fri, 01 Jul 2005)
New Revision: 8053

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

Log:
requests from mmc show that the auth info for a bind should be 4 byte aligned, not
8 byte aligned


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


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/dcerpc.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/dcerpc.idl	2005-07-01 12:14:42 UTC (rev 8052)
+++ branches/SAMBA_4_0/source/librpc/idl/dcerpc.idl	2005-07-01 12:18:39 UTC (rev 8053)
@@ -31,7 +31,7 @@
 		uint32 assoc_group_id;
 		uint8  num_contexts;
 		dcerpc_ctx_list ctx_list[num_contexts];
-		[flag(NDR_ALIGN8)]    DATA_BLOB _pad;
+		[flag(NDR_ALIGN4)]    DATA_BLOB _pad;
 		[flag(NDR_REMAINING)] DATA_BLOB auth_info;
 	} dcerpc_bind;
 



More information about the samba-cvs mailing list