mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-06 05:48:01 +02:00
Use dbus provided wait function.
This commit is contained in:
parent
b82ff17d7d
commit
9280395330
1 changed files with 1 additions and 1 deletions
|
|
@ -815,7 +815,7 @@ retry:
|
|||
else
|
||||
{
|
||||
CONNECTION_UNLOCK (connection);
|
||||
usleep(1000);
|
||||
_dbus_sleep_milliseconds (1);
|
||||
CONNECTION_LOCK (connection);
|
||||
goto retry;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue