mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
pulse/context: when NOFAIL, don't try_next_connection() if c->client
This commit is contained in:
parent
d775cf6fd4
commit
344eea4f58
1 changed files with 2 additions and 1 deletions
|
|
@ -902,6 +902,7 @@ static DBusHandlerResult filter_cb(DBusConnection *bus, DBusMessage *message, vo
|
|||
/* The system wide instance via PF_LOCAL */
|
||||
c->server_list = pa_strlist_prepend(c->server_list, PA_SYSTEM_RUNTIME_PATH PA_PATH_SEP PA_NATIVE_DEFAULT_UNIX_SOCKET);
|
||||
|
||||
if (!c->client)
|
||||
try_next_connection(c);
|
||||
|
||||
finish:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue