svn commit: samba r25052 - in branches/SAMBA_4_0/source/rpc_server/samr: .

abartlet at samba.org abartlet at samba.org
Mon Sep 10 04:41:16 GMT 2007


Author: abartlet
Date: 2007-09-10 04:41:14 +0000 (Mon, 10 Sep 2007)
New Revision: 25052

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

Log:
This missing 'break' caused problems on 32 bit platforms only, due to
alignment of the union.

Sorry for the time it took to test and fix this.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/rpc_server/samr/dcesrv_samr.c


Changeset:
Modified: branches/SAMBA_4_0/source/rpc_server/samr/dcesrv_samr.c
===================================================================
--- branches/SAMBA_4_0/source/rpc_server/samr/dcesrv_samr.c	2007-09-10 03:44:47 UTC (rev 25051)
+++ branches/SAMBA_4_0/source/rpc_server/samr/dcesrv_samr.c	2007-09-10 04:41:14 UTC (rev 25052)
@@ -3232,6 +3232,7 @@
 
 	case 17:
 		QUERY_UINT64(msg, info17.acct_expiry,   "accountExpires");
+		break;
 
 	case 20:
 		QUERY_STRING(msg, info20.parameters,    "userParameters");



More information about the samba-cvs mailing list