Use dbus provided wait function.

This commit is contained in:
Ralf Habacker 2010-06-12 00:02:57 +02:00
parent b82ff17d7d
commit 9280395330

View file

@ -815,7 +815,7 @@ retry:
else
{
CONNECTION_UNLOCK (connection);
usleep(1000);
_dbus_sleep_milliseconds (1);
CONNECTION_LOCK (connection);
goto retry;
}