Skip to content
  • Thomas Haller's avatar
    core: define a full sort order for nm_settings_connection_cmp_timestamp() · ef6c3938
    Thomas Haller authored
    We want to have some guaranteed order when comparing different connections.
    So, in case of equal timestamps, proceed with comparing more properties.
    
    It makes sense to consider the autoconnect-priority next.
    This is what get_existing_connection() needs, thus we no longer
    need to pre-sort the list.
    ef6c3938