cli: ignore timestamp when comparing connections in the editor

This commit is contained in:
Jiří Klimeš 2014-11-18 14:24:26 +01:00
parent 093a3c88d0
commit 265b827ddd

View file

@ -6925,7 +6925,7 @@ is_connection_dirty (NMConnection *connection, NMRemoteConnection *remote)
{
return !nm_connection_compare (connection,
remote ? NM_CONNECTION (remote) : NULL,
NM_SETTING_COMPARE_FLAG_EXACT);
NM_SETTING_COMPARE_FLAG_IGNORE_TIMESTAMP);
}
static gboolean