mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-01 20:00:12 +01:00
manager: fix connectivity-check-enabled property
This commit is contained in:
parent
685cb5c88b
commit
99fea5f380
1 changed files with 1 additions and 1 deletions
|
|
@ -6638,7 +6638,7 @@ get_property (GObject *object, guint prop_id,
|
|||
#else
|
||||
vbool = FALSE;
|
||||
#endif
|
||||
g_value_set_boolean (value, FALSE);
|
||||
g_value_set_boolean (value, vbool);
|
||||
break;
|
||||
case PROP_PRIMARY_CONNECTION:
|
||||
nm_utils_g_value_set_object_path (value, priv->primary_connection);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue