diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-07-07 03:43:39 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-07-07 04:13:19 +0200 |
commit | f4579ce704b9db0358b90c282da9536410a4df5a (patch) | |
tree | 84cf4c29623e56489d4bec194e92eefd1910d85f /src/dbus-common.h | |
parent | ad678a066b4ba5d8914dd7d5a4093572841205cf (diff) |
dbus: don't try to run AddMatch when connected to a private bus
Diffstat (limited to 'src/dbus-common.h')
-rw-r--r-- | src/dbus-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbus-common.h b/src/dbus-common.h index f355de14f8..b28755fc79 100644 --- a/src/dbus-common.h +++ b/src/dbus-common.h @@ -26,6 +26,6 @@ int bus_check_peercred(DBusConnection *c); -int bus_connect(DBusBusType t, DBusConnection **_bus, DBusError *error); +int bus_connect(DBusBusType t, DBusConnection **_bus, bool *private_bus, DBusError *error); #endif |