mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-31 12:30:10 +01:00
manager: fix connectivity-check-enabled property
(cherry picked from commit 99fea5f380)
This commit is contained in:
parent
8d120a6fda
commit
643d80ec91
1 changed files with 1 additions and 1 deletions
|
|
@ -6636,7 +6636,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