system-settings: add timestamp to default auto wired connections (bgo #583756)
This commit is contained in:

committed by
Dan Williams

parent
61e86600d5
commit
febb3d2cb4
@@ -163,6 +163,7 @@ constructor (GType type,
|
|||||||
NM_SETTING_CONNECTION_AUTOCONNECT, TRUE,
|
NM_SETTING_CONNECTION_AUTOCONNECT, TRUE,
|
||||||
NM_SETTING_CONNECTION_UUID, uuid,
|
NM_SETTING_CONNECTION_UUID, uuid,
|
||||||
NM_SETTING_CONNECTION_READ_ONLY, priv->read_only,
|
NM_SETTING_CONNECTION_READ_ONLY, priv->read_only,
|
||||||
|
NM_SETTING_CONNECTION_TIMESTAMP, time (NULL),
|
||||||
NULL);
|
NULL);
|
||||||
|
|
||||||
g_free (id);
|
g_free (id);
|
||||||
|
Reference in New Issue
Block a user