mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-08 16:30:23 +01:00
dispatcher: add comment about exit-on-idle race
This commit is contained in:
parent
dbd459ec92
commit
82174a66c6
1 changed files with 3 additions and 0 deletions
|
|
@ -1054,6 +1054,9 @@ main(int argc, char **argv)
|
|||
|
||||
done:
|
||||
|
||||
/* FIXME: nm-dispatcher does not exit-on-idle in a racefree manner.
|
||||
* See https://lists.freedesktop.org/archives/dbus/2015-May/016671.html */
|
||||
|
||||
if (gl.num_requests_pending > 0) {
|
||||
/* this only happens when we quit due to SIGTERM (not due to the idle timer).
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue