summaryrefslogtreecommitdiff
path: root/source4/pidl/tests/samba3-cli.pl
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-08-19 22:09:21 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:02:15 -0500
commit0d7d5a6d492253f184ac58fe45ca22af5a3731de (patch)
tree1cb174956e135e6a21e577d01abe7e298f31980f /source4/pidl/tests/samba3-cli.pl
parentf14bd1a90ab47a418c0ec2492990a417a0bb3bf6 (diff)
downloadsamba-0d7d5a6d492253f184ac58fe45ca22af5a3731de.tar.gz
samba-0d7d5a6d492253f184ac58fe45ca22af5a3731de.tar.bz2
samba-0d7d5a6d492253f184ac58fe45ca22af5a3731de.zip
r24560: rename some DCERPC_ prefixes into NDR_
metze (This used to be commit f874eca5dab74e930d0ec52abeb06295d2d90476)
Diffstat (limited to 'source4/pidl/tests/samba3-cli.pl')
-rwxr-xr-xsource4/pidl/tests/samba3-cli.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/pidl/tests/samba3-cli.pl b/source4/pidl/tests/samba3-cli.pl
index b2b12d2d43..733bf93a99 100755
--- a/source4/pidl/tests/samba3-cli.pl
+++ b/source4/pidl/tests/samba3-cli.pl
@@ -39,7 +39,7 @@ is($x->{res}, "NTSTATUS rpccli_bar(struct rpc_pipe_client *cli, TALLOC_CTX *mem_
\tif (DEBUGLEVEL >= 10)
\t\tNDR_PRINT_IN_DEBUG(bar, &r);
\t
-\tstatus = cli_do_rpc_ndr(cli, mem_ctx, PI_foo, DCERPC_BAR, &r, (ndr_pull_flags_fn_t)ndr_pull_bar, (ndr_push_flags_fn_t)ndr_push_bar);
+\tstatus = cli_do_rpc_ndr(cli, mem_ctx, PI_foo, NDR_BAR, &r, (ndr_pull_flags_fn_t)ndr_pull_bar, (ndr_push_flags_fn_t)ndr_push_bar);
\t
\tif (!NT_STATUS_IS_OK(status)) {
\t\treturn status;