mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-28 13:00:34 +01:00
cli: fix completion of interfaces in editor for "activate" command
This commit is contained in:
parent
e8f5a82e22
commit
2b37ee2b7a
1 changed files with 1 additions and 1 deletions
|
|
@ -5430,7 +5430,7 @@ gen_compat_devices (char *text, int state)
|
|||
compatible_devices = g_new (const char *, devices->len + 1);
|
||||
for (i = 0; i < devices->len; i++) {
|
||||
NMDevice *dev = g_ptr_array_index (devices, i);
|
||||
const char *ifname = nm_device_get_ip_iface (dev);
|
||||
const char *ifname = nm_device_get_iface (dev);
|
||||
NMDevice *device = NULL;
|
||||
const char *spec_object = NULL;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue