mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
tunnel: Fix inverted if condition
This commit is contained in:
parent
00922f7dc0
commit
efec98280f
1 changed files with 1 additions and 1 deletions
|
|
@ -1997,7 +1997,7 @@ int pa__init(pa_module*m) {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Figure out the cookie the same way a normal client would */
|
/* Figure out the cookie the same way a normal client would */
|
||||||
if (cookie_path)
|
if (!cookie_path)
|
||||||
cookie_path = getenv(ENV_COOKIE_FILE);
|
cookie_path = getenv(ENV_COOKIE_FILE);
|
||||||
|
|
||||||
#ifdef HAVE_X11
|
#ifdef HAVE_X11
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue