client-conf: Add a default value for disable-memfd

This got missed while adding the client option.
This commit is contained in:
Arun Raghavan 2017-10-27 09:29:19 +05:30
parent 59d264ac56
commit 2062fc8b0e

View 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