pidl:Samba4/NDR/Parser: fix NDR64 union alignment
authorStefan Metzmacher <metze@samba.org>
Mon, 16 Aug 2010 15:35:50 +0000 (17:35 +0200)
committerStefan Metzmacher <metze@samba.org>
Sun, 24 Oct 2010 17:49:23 +0000 (17:49 +0000)
commit482c02284068810a57b35a509857fb1273d833b0
tree4f716be751bf5c896f3ee568c7d8506fe59b92cd
parentfd628e7ae4653d5224c5dfcd9b2815113eaae7b8
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
pidl/lib/Parse/Pidl/Samba4/NDR/Parser.pm