pidl/tests: fix ndr_push_init_ctx() usage
authorAlexander Bokovoy <ab@samba.org>
Thu, 5 Jul 2018 13:39:52 +0000 (16:39 +0300)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 30 Aug 2018 02:48:00 +0000 (04:48 +0200)
commit99d6237a63fb59bf851fe846633f2a041d0d9a4d
treeac086d528d83f9e218c989b56c6ac81a76734a4f
parent7a7d95fc2c2f65f5c1268229595a523627eac96c
pidl/tests: fix ndr_push_init_ctx() usage

The code in libndr got rid of the second argument quite some time ago
(2010): f9ca9e46ad24036bf00cb361a6cef4b2e7e98d7d

However, pidl tests did include a code that passed two arguments.
Recently GCC started to fail to compile such code.

Signed-off-by: Alexander Bokovoy <ab@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Thu Aug 30 04:48:00 CEST 2018 on sn-devel-144
pidl/tests/ndr_align.pl
pidl/tests/ndr_fullptr.pl
pidl/tests/ndr_refptr.pl
pidl/tests/ndr_tagtype.pl