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/rpcclient | |
parent | 3662c2b0f648d1719cbb26f9abfc61dbe03f8a2a (diff) | |
download | samba-3b34486f6aaeb81376d9522a01bc6b69d34b4572.tar.gz samba-3b34486f6aaeb81376d9522a01bc6b69d34b4572.tar.bz2 samba-3b34486f6aaeb81376d9522a01bc6b69d34b4572.zip |
Actually complete 3662c2b...
Diffstat (limited to 'source3/rpcclient')
-rw-r--r-- | source3/rpcclient/rpcclient.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/rpcclient/rpcclient.c b/source3/rpcclient/rpcclient.c index 7e31862c34..050e78d274 100644 --- a/source3/rpcclient/rpcclient.c +++ b/source3/rpcclient/rpcclient.c @@ -620,7 +620,7 @@ static NTSTATUS do_cmd(struct cli_state *cli, DEBUG(0, ("Could not initialise %s. Invalid " "auth type %u\n", cli_get_pipe_name_from_iface( - debug_ctx(), cli, + debug_ctx(), cmd_entry->interface), pipe_default_auth_type )); return NT_STATUS_UNSUCCESSFUL; @@ -628,7 +628,7 @@ static NTSTATUS do_cmd(struct cli_state *cli, if (!NT_STATUS_IS_OK(ntresult)) { DEBUG(0, ("Could not initialise %s. Error was %s\n", cli_get_pipe_name_from_iface( - debug_ctx(), cli, + debug_ctx(), cmd_entry->interface), nt_errstr(ntresult) )); return ntresult; @@ -658,7 +658,7 @@ static NTSTATUS do_cmd(struct cli_state *cli, if (!NT_STATUS_IS_OK(ntresult)) { DEBUG(0, ("Could not initialise credentials for %s.\n", cli_get_pipe_name_from_iface( - debug_ctx(), cli, + debug_ctx(), cmd_entry->interface))); return ntresult; } |