Skip to content
  • Thomas Haller's avatar
    core: fix cancelling of authorization request for active connection · dc2004dd
    Thomas Haller authored
    The async authorization request also carries user-data and its result
    must always be handled. For example, it might carry a GDBusMethodInvocation
    context, which must be returned and freed.
    
    Hence, when cancelling the request, we must always invoke the callback.
    
    Also, when the NMActiveConnection progresses to state disconnected,
    automatically abort the authorization request.
    dc2004dd