diff options
author | Simon McVittie <smcv@debian.org> | 2013-04-23 19:30:38 +0100 |
---|---|---|
committer | Simon McVittie <smcv@debian.org> | 2013-04-23 19:30:38 +0100 |
commit | ae1bd2c91c6083958737e06bc3e7db20db3b5abe (patch) | |
tree | ba80412a5348cc50fd7e65770b4495704b3e585a /bus | |
parent | e43c954015d881061d36afe6d1315517c90aeb43 (diff) | |
parent | 6d7782659aff46544bbb9177bf09753fdb454fac (diff) | |
download | dbus-ae1bd2c91c6083958737e06bc3e7db20db3b5abe.tar.gz |
Imported Upstream version 1.6.10
Diffstat (limited to 'bus')
-rw-r--r-- | bus/activation-helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bus/activation-helper.c b/bus/activation-helper.c index cbc00d2f..8d7ae36f 100644 --- a/bus/activation-helper.c +++ b/bus/activation-helper.c @@ -154,11 +154,11 @@ clear_environment (DBusError *error) "could not clear environment\n"); return FALSE; } -#endif /* Ensure the bus is set to system */ _dbus_setenv ("DBUS_STARTER_ADDRESS", DBUS_SYSTEM_BUS_DEFAULT_ADDRESS); _dbus_setenv ("DBUS_STARTER_BUS_TYPE", "system"); +#endif return TRUE; } |