mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-09 05:58:01 +02:00
cli/general: avoid chopping off the last letter of master device name
...when "nmcli" is called without argument and the master device is the last entry printed.
This commit is contained in:
parent
e947739dd6
commit
81cd300108
1 changed files with 1 additions and 1 deletions
|
|
@ -1167,7 +1167,7 @@ ac_overview (NmCli *nmc, NMActiveConnection *ac)
|
|||
NMIPConfig *ip;
|
||||
|
||||
if (nm_active_connection_get_master (ac)) {
|
||||
g_string_append_printf (outbuf, "%s %s,", _("master"),
|
||||
g_string_append_printf (outbuf, "%s %s, ", _("master"),
|
||||
nm_device_get_iface (nm_active_connection_get_master (ac)));
|
||||
}
|
||||
if (nm_active_connection_get_vpn (ac))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue