client-conf: Add a default value for disable-memfd
authorArun Raghavan <arun@arunraghavan.net>
Fri, 27 Oct 2017 03:59:19 +0000 (09:29 +0530)
committerArun Raghavan <arun@arunraghavan.net>
Mon, 4 Dec 2017 02:06:19 +0000 (07:36 +0530)
This got missed while adding the client option.

src/pulse/client-conf.c

index a3c9486..1daaf91 100644 (file)
@@ -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