Skip to content
  • Thomas Haller's avatar
    proxy: send proxy config after creating D-Bus proxy · 019b9fbf
    Thomas Haller authored
    As NMDevice now creates the NMPacrunnerManager instance
    as needed, it is even more likely that the initial call
    to nm_pacrunner_manager_send() will only queue (but not yet
    send) the new config.
    
    Later, when the D-Bus proxy is created, we will not get a
    name-owner changed signal. We instead have to push the configuration
    right away.
    019b9fbf