diff options
author | Volker Lendecke <vl@samba.org> | 2009-01-22 12:13:29 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-01-22 12:13:55 +0100 |
commit | 3b34486f6aaeb81376d9522a01bc6b69d34b4572 (patch) | |
tree | 1a5d41252ca8b01a5ff0ca9ac08c62b04caef0a7 /source3/utils | |
parent | 3662c2b0f648d1719cbb26f9abfc61dbe03f8a2a (diff) | |
download | samba-3b34486f6aaeb81376d9522a01bc6b69d34b4572.tar.gz samba-3b34486f6aaeb81376d9522a01bc6b69d34b4572.tar.bz2 samba-3b34486f6aaeb81376d9522a01bc6b69d34b4572.zip |
Actually complete 3662c2b...
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/net_rpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_rpc.c b/source3/utils/net_rpc.c index c000b58098..0f59f02746 100644 --- a/source3/utils/net_rpc.c +++ b/source3/utils/net_rpc.c @@ -182,7 +182,7 @@ 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", cli_get_pipe_name_from_iface( - debug_ctx(), cli, interface), + debug_ctx(), interface), nt_errstr(nt_status) )); cli_shutdown(cli); return -1; |