src/pulse/client-conf.c |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 2062fc8b0e69f383cfd4c4773bf8b9dcef20e035
Author: Arun Raghavan <a...@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

_______________________________________________
pulseaudio-commits mailing list
pulseaudio-commits@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/pulseaudio-commits

Reply via email to