s3: Fix bug 8371
commit7ec243b526f85eb41a4bfaa083e878251119d2e3
authorVolker Lendecke <vl@samba.org>
Thu, 17 Nov 2011 21:24:24 +0000 (17 22:24 +0100)
committerKarolin Seeger <kseeger@samba.org>
Mon, 23 Jan 2012 20:28:51 +0000 (23 21:28 +0100)
tree04704dbac57003dfe5a6ae2160504a67126ac877
parenta72e1fa3a4c0c1cdf793b9221d1a60af6087690c
s3: Fix bug 8371

ndr_set_flag or's in the given flag (ALIGN4). At this point, ndr->flags
contains NOALIGN, which will persist. In ndr_push_DATA_BLOB NOALIGN overrides
everything else, so that the ALIGN4 is not respected.
(cherry picked from commit 6cb605364e83fe0c5562c9b0920408c697e4fc3e)
libcli/netlogon/ndr_netlogon.c