diff options
Diffstat (limited to 'source4/client')
-rw-r--r-- | source4/client/client.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/client/client.c b/source4/client/client.c index 1aae6faa24..63363fc5c2 100644 --- a/source4/client/client.c +++ b/source4/client/client.c @@ -2782,8 +2782,8 @@ static struct smbcli_state *do_connect(const char *server, const char *share) if (!smbcli_transport_establish(c, &calling, &called)) { char *p; - d_printf("session request to %s failed (%s)\n", - called.name, smbcli_errstr(c->tree)); + d_printf("session request to %s failed\n", + called.name); smbcli_shutdown(c); if ((p=strchr_m(called.name, '.'))) { *p = 0; |