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");

Reply via email to