[pulseaudio-commits] src/pulse
Arun Raghavan
arun at kemper.freedesktop.org
Mon Dec 4 02:06:47 UTC 2017
src/pulse/client-conf.c | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 2062fc8b0e69f383cfd4c4773bf8b9dcef20e035
Author: Arun Raghavan <arun at arunraghavan.net>
Date: Fri Oct 27 09:29:19 2017 +0530
client-conf: Add a default value for disable-memfd
This got missed while adding the client option.
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
More information about the pulseaudio-commits
mailing list