mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-03 15:10:14 +01:00
cli: ignore timestamp when comparing connections in the editor
This commit is contained in:
parent
093a3c88d0
commit
265b827ddd
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue