From f14bd1a90ab47a418c0ec2492990a417a0bb3bf6 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sun, 19 Aug 2007 21:23:03 +0000 Subject: r24557: rename 'dcerpc_table_' -> 'ndr_table_' metze (This used to be commit 84651aee81aaabbebf52ffc3fbcbabb2eec6eed5) --- source4/torture/rpc/testjoin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/torture/rpc/testjoin.c') diff --git a/source4/torture/rpc/testjoin.c b/source4/torture/rpc/testjoin.c index a349178563..e6c4435618 100644 --- a/source4/torture/rpc/testjoin.c +++ b/source4/torture/rpc/testjoin.c @@ -139,13 +139,13 @@ struct test_join *torture_create_testuser(const char *username, status = dcerpc_pipe_connect(join, &join->p, dc_binding, - &dcerpc_table_samr, + &ndr_table_samr, cmdline_credentials, NULL); } else { status = torture_rpc_connection(join, &join->p, - &dcerpc_table_samr); + &ndr_table_samr); } if (!NT_STATUS_IS_OK(status)) { return NULL; -- cgit