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:
parent
ab9d99cece
commit
9a3e15df7e
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user