26 lines
792 B
Diff
26 lines
792 B
Diff
From 2062fc8b0e69f383cfd4c4773bf8b9dcef20e035 Mon Sep 17 00:00:00 2001
|
|
From: Arun Raghavan <arun@arunraghavan.net>
|
|
Date: Fri, 27 Oct 2017 09:29:19 +0530
|
|
Subject: [PATCH 085/106] client-conf: Add a default value for disable-memfd
|
|
|
|
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 a3c9486d..1daaf911 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.14.3
|
|
|