Skip to content
  • Thomas Haller's avatar
    platform: drop track_default argument from nmp_rules_manager_new() · f281c62e
    Thomas Haller authored
    All that setting track-default does, is calling nmp_rules_manager_track_default()
    when the rules are first accessed.
    
    That is not right API. Since nmp_rules_manager_track_default() is already public
    API (good), every caller that wishes this behavior should track these routes explicitly.
    f281c62e