diff options
author | Stefan Metzmacher <metze@samba.org> | 2014-01-24 10:31:32 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2014-02-11 16:20:30 +0100 |
commit | 2bc1734c94f171f83ea7a64e95ab4ea2160763c0 (patch) | |
tree | d3ee9ef12a10835745e512ebcce5b18803a12269 | |
parent | 312860e6a6ec13c7b54e080dfd66170ba89c7677 (diff) | |
download | samba-2bc1734c94f171f83ea7a64e95ab4ea2160763c0.tar.gz samba-2bc1734c94f171f83ea7a64e95ab4ea2160763c0.tar.xz samba-2bc1734c94f171f83ea7a64e95ab4ea2160763c0.zip |
s4:torture/rpc: fix rpc.mgmt test
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
-rw-r--r-- | source4/torture/rpc/mgmt.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/torture/rpc/mgmt.c b/source4/torture/rpc/mgmt.c index 1b60832568..114e9cf974 100644 --- a/source4/torture/rpc/mgmt.c +++ b/source4/torture/rpc/mgmt.c @@ -222,7 +222,8 @@ bool torture_rpc_mgmt(struct torture_context *torture) printf("\nTesting pipe '%s'\n", l->table->name); - status = dcerpc_epm_map_binding(loop_ctx, b, l->table, NULL, torture->lp_ctx); + status = dcerpc_epm_map_binding(loop_ctx, b, l->table, + torture->ev, torture->lp_ctx); if (!NT_STATUS_IS_OK(status)) { printf("Failed to map port for uuid %s\n", GUID_string(loop_ctx, &l->table->syntax_id.uuid)); |