From 7c9312a885c203328833bb6cbd8cf31454592427 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 20 Aug 2007 01:03:51 +0000 Subject: r24568: Fix the build, caused by a conflict betwen mimir's work and metze's bulk rename. Andrew Bartlett (This used to be commit 6e730d43e4052e074161af7bedef87994056e398) --- source4/torture/libnet/groupinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture/libnet') diff --git a/source4/torture/libnet/groupinfo.c b/source4/torture/libnet/groupinfo.c index 064d1249d4..361534052d 100644 --- a/source4/torture/libnet/groupinfo.c +++ b/source4/torture/libnet/groupinfo.c @@ -237,7 +237,7 @@ BOOL torture_groupinfo(struct torture_context *torture) status = torture_rpc_connection(mem_ctx, &p, - &dcerpc_table_samr); + &ndr_table_samr); if (!NT_STATUS_IS_OK(status)) { return False; -- cgit