diff --git a/src/nm-dispatcher/nm-dispatcher.c b/src/nm-dispatcher/nm-dispatcher.c index 6751a2cb0b..b32ee886b3 100644 --- a/src/nm-dispatcher/nm-dispatcher.c +++ b/src/nm-dispatcher/nm-dispatcher.c @@ -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). *