diff options
Diffstat (limited to 'src/devices/nm-device-tun.c')
| -rw-r--r-- | src/devices/nm-device-tun.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/nm-device-tun.c b/src/devices/nm-device-tun.c index a8ae3edc..eac2fb82 100644 --- a/src/devices/nm-device-tun.c +++ b/src/devices/nm-device-tun.c @@ -121,7 +121,8 @@ complete_connection (NMDevice *device, { NMSettingTun *s_tun; - nm_utils_complete_generic (connection, + nm_utils_complete_generic (NM_PLATFORM_GET, + connection, NM_SETTING_TUN_SETTING_NAME, existing_connections, NULL, |