mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-02 07:40:12 +01:00
vpn: fix assertion when getting 'Uuid' property of an active VPN connection
This commit is contained in:
parent
a4305b3cbe
commit
e189b87406
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ get_property (GObject *object, guint prop_id,
|
|||
g_value_set_boxed (value, nm_connection_get_path (priv->connection));
|
||||
break;
|
||||
case PROP_UUID:
|
||||
g_value_set_boxed (value, nm_connection_get_uuid (priv->connection));
|
||||
g_value_set_string (value, nm_connection_get_uuid (priv->connection));
|
||||
break;
|
||||
case PROP_SPECIFIC_OBJECT:
|
||||
g_value_set_boxed (value, priv->specific_object);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue