diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-10-24 23:12:13 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:02:29 -0500 |
commit | dbdd217435ee579769cefe58954135bfc5b8411b (patch) | |
tree | cb37f53f52b7f157108a1810d194b0e8d2862f78 /source4/torture/rpc/mgmt.c | |
parent | 06b3879c8fec97ef5de9b969301611e28fff00de (diff) | |
download | samba-dbdd217435ee579769cefe58954135bfc5b8411b.tar.gz samba-dbdd217435ee579769cefe58954135bfc5b8411b.tar.xz samba-dbdd217435ee579769cefe58954135bfc5b8411b.zip |
r3168: Use generic function for looking up endpoints
(This used to be commit 45a3e2a9815058a3a828c573573c5eee605f9129)
Diffstat (limited to 'source4/torture/rpc/mgmt.c')
-rw-r--r-- | source4/torture/rpc/mgmt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/rpc/mgmt.c b/source4/torture/rpc/mgmt.c index 7cbee61708..cd04d0be4f 100644 --- a/source4/torture/rpc/mgmt.c +++ b/source4/torture/rpc/mgmt.c @@ -205,7 +205,7 @@ BOOL torture_rpc_mgmt(int dummy) printf("\nTesting pipe '%s'\n", dcerpc_pipes[i]->name); if (b.transport == NCACN_IP_TCP) { - status = dcerpc_epm_map(mem_ctx, &b, + status = dcerpc_epm_map_binding(mem_ctx, &b, dcerpc_pipes[i]->uuid, dcerpc_pipes[i]->if_version); if (!NT_STATUS_IS_OK(status)) { |