mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 21:38:00 +02:00
DBusMainLoop: ensure all required timeouts are restarted
This is a followup of 529600397b. We can't
shortcut the timeouts iteration in order not to miss any timeouts that
might require timestamp restart.
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=95619
Reviewed-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
parent
15369dc956
commit
446b0d9ac7
1 changed files with 0 additions and 3 deletions
|
|
@ -629,9 +629,6 @@ _dbus_loop_iterate (DBusLoop *loop,
|
|||
#endif
|
||||
|
||||
_dbus_assert (timeout >= 0);
|
||||
|
||||
if (timeout == 0)
|
||||
break; /* it's not going to get shorter... */
|
||||
}
|
||||
#if MAINLOOP_SPEW
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue