Skip to content
  • Thomas Haller's avatar
    libnm: fix nm_connection_diff() for settings without properties · 6f94b165
    Thomas Haller authored
    NMSettingGeneric has no properties at all. Hence, nm_connection_diff() would report that
    a connection A with a generic setting and a connection B without a generic setting are
    equal.
    
    They are not. For empty settings, let nm_setting_diff() return also empty difference
    hash.
    6f94b165