From a2a151a04621e3e2252e207b54526c75deb039d9 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 23 Nov 2006 18:26:55 +0000 Subject: r19866: Fix test compilation. (This used to be commit 2a3196db9dae9f15bbe2ffa36ce1204daf4e701c) --- source4/pidl/tests/ndr_fullptr.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/pidl') diff --git a/source4/pidl/tests/ndr_fullptr.pl b/source4/pidl/tests/ndr_fullptr.pl index d9f2cd6b02..569f0060a3 100755 --- a/source4/pidl/tests/ndr_fullptr.pl +++ b/source4/pidl/tests/ndr_fullptr.pl @@ -17,11 +17,11 @@ test_samba4_ndr("fullptr-push-dup", ' struct ndr_push *ndr = ndr_push_init(); uint32_t v = 13; - struct echo_TestRef r; + struct echo_TestFull r; r.in.x = &v; r.in.y = &v; - if (NT_STATUS_IS_ERR(ndr_push_echo_TestRef(ndr, NDR_IN, &r))) { + if (NT_STATUS_IS_ERR(ndr_push_echo_TestFull(ndr, NDR_IN, &r))) { fprintf(stderr, "push failed\n"); return 1; } -- cgit