This got missed while adding the client option. --- src/pulse/client-conf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pulse/client-conf.c b/src/pulse/client-conf.c index a3c9486d4..1daaf9111 100644 --- a/src/pulse/client-conf.c +++ b/src/pulse/client-conf.c @@ -65,6 +65,7 @@ static const pa_client_conf default_conf = { .cookie_file_from_client_conf = NULL, .autospawn = true, .disable_shm = false, + .disable_memfd = false, .shm_size = 0, .auto_connect_localhost = false, .auto_connect_display = false -- 2.13.6