Skip to content
  • Thomas Haller's avatar
    libnm/team: fix setting setting same JSON string · 2d6c711d
    Thomas Haller authored
    When we set the same JSON config twice in a row, the second time has
    indeed no effect and we can just return right away (indicating that
    no attributes changed).
    
    However, that is not true, if we are in strict validating mode and
    the JSON string just happens to be the same. In this case, we still
    want to switch from strict validating mode to relaxed mode. Hence,
    we should not return early but continue setting the property.
    2d6c711d