Skip to content
  • Thomas Haller's avatar
    libnm: fix compare_property() to handle default values · 7478c4b5
    Thomas Haller authored
    Before, get_property_for_dbus() would @ignore_defaults.
    That is for example wrong for properties of type G_TYPE_STRV.
    
    In this case, if one operand has the property at its default
    (NULL) and the other has it to an empty string list, both would
    compare equal.
    
    This has the effect that different settings might compare equal.
    7478c4b5