summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Raghavan <arun@arunraghavan.net>2017-10-27 09:29:19 +0530
committerArun Raghavan <arun@arunraghavan.net>2017-12-04 07:36:19 +0530
commit2062fc8b0e69f383cfd4c4773bf8b9dcef20e035 (patch)
tree11995587be1a595fe300d054226401f988bee015
parent59d264ac56d644f626251daa44ef7b39a9a9fe03 (diff)
downloadpulseaudio-2062fc8b0e69f383cfd4c4773bf8b9dcef20e035.tar.gz
client-conf: Add a default value for disable-memfd
This got missed while adding the client option.
-rw-r--r--src/pulse/client-conf.c1
1 files changed, 1 insertions, 0 deletions
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