1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

s3:client: make use of cli_state_remote_name()

metze
This commit is contained in:
Stefan Metzmacher 2011-07-22 16:16:20 +02:00
parent ab9d99cece
commit 9a3e15df7e

View File

@ -4431,7 +4431,7 @@ static int cmd_show_connect( void )
return 1;
}
d_printf("//%s/%s\n", targetcli->desthost, targetcli->share);
d_printf("//%s/%s\n", cli_state_remote_name(targetcli), targetcli->share);
return 0;
}