diff options
Diffstat (limited to 'src/devices/nm-device-dummy.c')
| -rw-r--r-- | src/devices/nm-device-dummy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/nm-device-dummy.c b/src/devices/nm-device-dummy.c index 47a45342..9c0c3035 100644 --- a/src/devices/nm-device-dummy.c +++ b/src/devices/nm-device-dummy.c @@ -1,4 +1,3 @@ -/* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */ /* NetworkManager -- Network link manager * * This program is free software; you can redistribute it and/or modify @@ -66,6 +65,7 @@ complete_connection (NMDevice *device, NULL, _("Dummy connection"), NULL, + NULL, TRUE); s_dummy = nm_connection_get_setting_dummy (connection); |