From 2aa0af98677389359ee004c8b0030ab4faf0da98 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 31 Oct 2009 19:28:16 +0100 Subject: s3: get_pipe_name_from_iface -> get_pipe_name_from_syntax --- source3/utils/net_rpc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/utils/net_rpc.c') diff --git a/source3/utils/net_rpc.c b/source3/utils/net_rpc.c index f5de1e6966..4ef86d171b 100644 --- a/source3/utils/net_rpc.c +++ b/source3/utils/net_rpc.c @@ -182,7 +182,8 @@ int run_rpc_command(struct net_context *c, } if (!NT_STATUS_IS_OK(nt_status)) { DEBUG(0, ("Could not initialise pipe %s. Error was %s\n", - get_pipe_name_from_iface(interface), + get_pipe_name_from_syntax( + talloc_tos(), interface), nt_errstr(nt_status) )); goto fail; } -- cgit