mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
native: when run in system mode, do not look for fallback port
This commit is contained in:
parent
76089b11eb
commit
2465cfac61
1 changed files with 1 additions and 1 deletions
|
|
@ -295,7 +295,7 @@ int pa__init(pa_module*m) {
|
|||
|
||||
#if defined(USE_TCP_SOCKETS)
|
||||
|
||||
if (pa_modargs_get_value(ma, "port", NULL))
|
||||
if (pa_in_system_mode() || pa_modargs_get_value(ma, "port", NULL))
|
||||
port_fallback = FALSE;
|
||||
|
||||
if (pa_modargs_get_value_u32(ma, "port", &port) < 0 || port < 1 || port > 0xFFFF) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue