mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
client-conf: Add a default value for disable-memfd
This got missed while adding the client option.
This commit is contained in:
parent
59d264ac56
commit
2062fc8b0e
1 changed files with 1 additions and 0 deletions
|
|
@ -65,6 +65,7 @@ static const pa_client_conf default_conf = {
|
||||||
.cookie_file_from_client_conf = NULL,
|
.cookie_file_from_client_conf = NULL,
|
||||||
.autospawn = true,
|
.autospawn = true,
|
||||||
.disable_shm = false,
|
.disable_shm = false,
|
||||||
|
.disable_memfd = false,
|
||||||
.shm_size = 0,
|
.shm_size = 0,
|
||||||
.auto_connect_localhost = false,
|
.auto_connect_localhost = false,
|
||||||
.auto_connect_display = false
|
.auto_connect_display = false
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue