Skip to content
  • Dan Williams's avatar
    core: fix crash on device deactivation after 'pending' branch merge · 94d6074e
    Dan Williams authored
    Since the manager now tracks active connections, it needs to hold
    a reference to the active connection objects too.  The active
    connection teardown code was changed to release that reference
    (_active_connection_cleanup()) but the creation code was never
    changed to remove the bits that pass ownership over the initial
    reference to the NMDevice.  Fix that.
    94d6074e