pidl:Samba4/NDR/Parser: fix NDR64 union alignment
authorStefan Metzmacher <metze@samba.org>
Mon, 16 Aug 2010 15:35:50 +0000 (17:35 +0200)
committerJeremy Allison <jra@samba.org>
Mon, 25 Oct 2010 22:50:11 +0000 (15:50 -0700)
commita78b0d53043f82a77ba09fdfce73f5db63dff3ee
tree1570e4e6943ecfdf69f695a9a900b5c0dac4455f
parentf991e79affe671deb43e93ce38672f4c4d68fec0
pidl:Samba4/NDR/Parser: fix NDR64 union alignment

We need to align before the switch_type and before the
union arms. Both alignments are to the boundary of the largest
possible union arm.

This means that adding a new union arm with a larger alignment
would break compat!!!

metze

Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Sun Oct 24 17:49:23 UTC 2010 on sn-devel-104
(cherry picked from commit 482c02284068810a57b35a509857fb1273d833b0)
pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm