summaryrefslogtreecommitdiff
path: root/source4/torture/libnet/domain.c
diff options
context:
space:
mode:
authorRafal Szczesniak <mimir@samba.org>2006-08-21 21:03:28 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:16:22 -0500
commit19a88e32cbe7df4897b76598cac070256a916d12 (patch)
tree3fb473c9216a4b55a1abd3538fe13744cdc1a5cc /source4/torture/libnet/domain.c
parent1f8fda717f95edb63d4596321b8c8bfafd5a4497 (diff)
downloadsamba-19a88e32cbe7df4897b76598cac070256a916d12.tar.gz
samba-19a88e32cbe7df4897b76598cac070256a916d12.tar.bz2
samba-19a88e32cbe7df4897b76598cac070256a916d12.zip
r17671: Update the tests according to changes in libnet context.
rafal (This used to be commit 9e7709de62ccb66d312e985fa0846b1004e77d32)
Diffstat (limited to 'source4/torture/libnet/domain.c')
-rw-r--r--source4/torture/libnet/domain.c4
1 files changed, 2 insertions, 2 deletions
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;
}