~lkundrak/network-manager/launchpad-master

Viewing all changes in revision 12332.

  • Committer: Beniamino Galvani
  • Date: 2018-04-17 08:17:25 UTC
  • Revision ID: git-v1:3750412e9edfe784f3e04abb6c652ec0501ed535
auth-manager: don't process idle calls when the proxy creation finishes

The list of calls contains two kinds of elements: (1) calls that don't
need a D-Bus request and are only waiting for the asynchronous
invocation of the callback in an idle function; (2) calls that need a
D-Bus request and are waiting for the D-Bus proxy.

When the proxy creation finishes, only (2) calls must be canceled (if
the creation failed) or started (if the proxy was created).

Fixes: 798b2a7527bddadcec37b48183da313fbc961e45

https://bugzilla.redhat.com/show_bug.cgi?id=1567807

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: