chiark / gitweb /
units: move the last flag files to /dev/.run
[elogind.git] / src / dbus-common.c
index 80b2115e1672e9db287477db1a3f1803e84a2e26..809ea0f67a9ec310d0b9165167f6e0cae879ca40 100644 (file)
@@ -77,6 +77,9 @@ int bus_connect(DBusBusType t, DBusConnection **_bus, bool *private, DBusError *
                         return -EACCES;
                 }
 
+                /* This complexity should probably move into D-Bus itself:
+                 *
+                 * https://bugs.freedesktop.org/show_bug.cgi?id=35189 */
                 begin = tstamp = now(CLOCK_MONOTONIC);
                 for (;;) {