diff options
author | Volker Lendecke <vl@samba.org> | 2009-10-31 19:28:16 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-11-07 09:14:15 +0100 |
commit | 2aa0af98677389359ee004c8b0030ab4faf0da98 (patch) | |
tree | 5e596989f4f93d8350d0fbbc6d6bca1474e77ac4 /source3/utils | |
parent | bd2ffb1c7a70ef9063b99a9318b3e185ddda84fe (diff) | |
download | samba-2aa0af98677389359ee004c8b0030ab4faf0da98.tar.gz samba-2aa0af98677389359ee004c8b0030ab4faf0da98.tar.bz2 samba-2aa0af98677389359ee004c8b0030ab4faf0da98.zip |
s3: get_pipe_name_from_iface -> get_pipe_name_from_syntax
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/net_rpc.c | 3 |
1 files changed, 2 insertions, 1 deletions
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; } |