s3: Fix bug 8371
commit6cb605364e83fe0c5562c9b0920408c697e4fc3e
authorVolker Lendecke <vl@samba.org>
Thu, 17 Nov 2011 21:24:24 +0000 (17 22:24 +0100)
committerKarolin Seeger <kseeger@samba.org>
Sun, 11 Dec 2011 18:50:19 +0000 (11 19:50 +0100)
treeaf58a8069963bb29d693411f7fe7c89a3cec5c94
parentdf616e928e08646bbc234af673a496117535c6d8
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.
libcli/netlogon/ndr_netlogon.c