From 19a88e32cbe7df4897b76598cac070256a916d12 Mon Sep 17 00:00:00 2001 From: Rafal Szczesniak Date: Mon, 21 Aug 2006 21:03:28 +0000 Subject: r17671: Update the tests according to changes in libnet context. rafal (This used to be commit 9e7709de62ccb66d312e985fa0846b1004e77d32) --- source4/torture/libnet/domain.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/torture/libnet/domain.c') diff --git a/source4/torture/libnet/domain.c b/source4/torture/libnet/domain.c index c3e965f137..991fe8e51a 100644 --- a/source4/torture/libnet/domain.c +++ b/source4/torture/libnet/domain.c @@ -88,7 +88,7 @@ BOOL torture_domainopen(struct torture_context *torture) net_ctx = libnet_context_init(evt_ctx); status = torture_rpc_connection(mem_ctx, - &net_ctx->samr_pipe, + &net_ctx->samr.pipe, &dcerpc_table_samr); if (!NT_STATUS_IS_OK(status)) { @@ -105,7 +105,7 @@ BOOL torture_domainopen(struct torture_context *torture) goto done; } - if (!test_cleanup(net_ctx->samr_pipe, mem_ctx, &h)) { + if (!test_cleanup(net_ctx->samr.pipe, mem_ctx, &h)) { ret = False; goto done; } -- cgit