s3: Fix bug 8371
authorVolker Lendecke <vl@samba.org>
Thu, 17 Nov 2011 21:36:22 +0000 (22:36 +0100)
committerVolker Lendecke <vlendec@samba.org>
Fri, 18 Nov 2011 08:33:37 +0000 (09:33 +0100)
commit2642f385887fbd3aecd4286a4d6223a21d981714
tree1d894d35df51e31bad51c895af426937d4042e75
parentcd3f552f4f632204edc8064a1ad332e703a28e72
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.

Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Fri Nov 18 09:33:37 CET 2011 on sn-devel-104
librpc/ndr/ndr_nbt.c