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/lib | |
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/lib')
-rw-r--r-- | source3/lib/netapi/cm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/netapi/cm.c b/source3/lib/netapi/cm.c index 55f5350821..9baba7b824 100644 --- a/source3/lib/netapi/cm.c +++ b/source3/lib/netapi/cm.c @@ -199,7 +199,7 @@ WERROR libnetapi_open_pipe(struct libnetapi_ctx *ctx, status = pipe_cm_open(ctx, cli, interface, &result); if (!NT_STATUS_IS_OK(status)) { libnetapi_set_error_string(ctx, "failed to open PIPE %s: %s", - get_pipe_name_from_iface(interface), + get_pipe_name_from_syntax(talloc_tos(), interface), get_friendly_nt_error_msg(status)); return WERR_DEST_NOT_FOUND; } |