diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-01-20 19:43:38 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-01-20 19:43:38 +0100 |
commit | 3996fbe2a2a212d9ac983950602cc09db55d77ef (patch) | |
tree | 8ba6323f1875c005ac310f2d12c95ba912a6630e /src/dbus.h | |
parent | 867b3b7d6b88ba4d07ec7c830576d4ac2f7dd226 (diff) |
dbus: don't try to connect to the system bus before it is actually up
Diffstat (limited to 'src/dbus.h')
-rw-r--r-- | src/dbus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbus.h b/src/dbus.h index 7c0da3320b..d0a9e8e30f 100644 --- a/src/dbus.h +++ b/src/dbus.h @@ -69,7 +69,7 @@ typedef struct BusProperty { " </method>\n" \ "</interface>\n" -int bus_init(Manager *m); +int bus_init(Manager *m, bool try_bus_connect); void bus_done(Manager *m); unsigned bus_dispatch(Manager *m); |