mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-28 15:40:10 +01:00
system-settings: add timestamp to default auto wired connections (bgo #583756)
This commit is contained in:
parent
61e86600d5
commit
febb3d2cb4
1 changed files with 1 additions and 0 deletions
|
|
@ -163,6 +163,7 @@ constructor (GType type,
|
|||
NM_SETTING_CONNECTION_AUTOCONNECT, TRUE,
|
||||
NM_SETTING_CONNECTION_UUID, uuid,
|
||||
NM_SETTING_CONNECTION_READ_ONLY, priv->read_only,
|
||||
NM_SETTING_CONNECTION_TIMESTAMP, time (NULL),
|
||||
NULL);
|
||||
|
||||
g_free (id);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue