diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/daemon/polkit.c | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/src/daemon/polkit.c b/src/daemon/polkit.c index dc0eee78..08155cf2 100644 --- a/src/daemon/polkit.c +++ b/src/daemon/polkit.c @@ -54,9 +54,9 @@ int pa_polkit_check(const char *action_id) {          goto finish;      } -    /* There seems to be a bug in D-Bus that causes dbus_shutdown() to -     * call exit() when a connection without this flag disabled was -     * created during runtime.*/ +    /* There seems to be a bug in some versions of D-Bus that causes +     * dbus_shutdown() to call exit() when a connection without this +     * flag disabled was created during runtime.*/      dbus_connection_set_exit_on_disconnect(bus, FALSE);      if (!(caller = polkit_caller_new_from_pid(bus, getpid(), &dbus_error))) { | 
