mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-09 13:29:59 -05:00
reword comment on dbus a bit
This commit is contained in:
parent
026a6bdd0e
commit
4ccbc4dbe2
1 changed files with 3 additions and 3 deletions
|
|
@ -54,9 +54,9 @@ int pa_polkit_check(const char *action_id) {
|
||||||
goto finish;
|
goto finish;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* There seems to be a bug in D-Bus that causes dbus_shutdown() to
|
/* There seems to be a bug in some versions of D-Bus that causes
|
||||||
* call exit() when a connection without this flag disabled was
|
* dbus_shutdown() to call exit() when a connection without this
|
||||||
* created during runtime.*/
|
* flag disabled was created during runtime.*/
|
||||||
dbus_connection_set_exit_on_disconnect(bus, FALSE);
|
dbus_connection_set_exit_on_disconnect(bus, FALSE);
|
||||||
|
|
||||||
if (!(caller = polkit_caller_new_from_pid(bus, getpid(), &dbus_error))) {
|
if (!(caller = polkit_caller_new_from_pid(bus, getpid(), &dbus_error))) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue