summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiří Klimeš <jklimes@redhat.com>2014-11-18 14:24:26 +0100
committerJiří Klimeš <jklimes@redhat.com>2014-11-18 14:36:09 +0100
commit483185b58ac7f9921649d4eaacd529676de3aa6c (patch)
tree776d5cec2f1009cc876a34db1418d04be1ee6cd7
parentd830bfcb4c81eed4feb5df4395699f8944ff0f82 (diff)
downloadNetworkManager-jk/ignore-timestamp.tar.gz
cli: ignore timestamp when comparing connections in the editorjk/ignore-timestamp
-rw-r--r--clients/cli/connections.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/cli/connections.c b/clients/cli/connections.c
index ae1250aab2..3456b92e20 100644
--- a/clients/cli/connections.c
+++ b/clients/cli/connections.c
@@ -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