diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-12-14 00:27:38 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:50:12 +0100 |
commit | 584044d5e7148c5135518500ba81caece092c04a (patch) | |
tree | 82440a7ce5e9369746fa0070bce168db3dfe7841 /source4/pidl/tests/ndr_fullptr.pl | |
parent | 96a200511e884a88dcf48fa5b313b2cddb2df566 (diff) | |
download | samba-584044d5e7148c5135518500ba81caece092c04a.tar.gz samba-584044d5e7148c5135518500ba81caece092c04a.tar.bz2 samba-584044d5e7148c5135518500ba81caece092c04a.zip |
r26444: Fix pidl tests.
(This used to be commit bc643f1014cef7f0bc66ad0edfa22395c69b8352)
Diffstat (limited to 'source4/pidl/tests/ndr_fullptr.pl')
-rwxr-xr-x | source4/pidl/tests/ndr_fullptr.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/pidl/tests/ndr_fullptr.pl b/source4/pidl/tests/ndr_fullptr.pl index 27d4e69447..cc6fca7ab3 100755 --- a/source4/pidl/tests/ndr_fullptr.pl +++ b/source4/pidl/tests/ndr_fullptr.pl @@ -17,7 +17,7 @@ test_samba4_ndr("fullptr-push-dup", [public] uint16 echo_TestFull([in,ptr] uint32 *x, [in,ptr] uint32 *y); ', ' - struct ndr_push *ndr = ndr_push_init(); + struct ndr_push *ndr = ndr_push_init_ctx(NULL, NULL); uint32_t v = 13; struct echo_TestFull r; r.in.x = &v; |