[pulseaudio-discuss] [PATCH] client-conf: Add a default value for disable-memfd
Tanu Kaskinen
tanuk at iki.fi
Fri Oct 27 08:06:36 UTC 2017
On Fri, 2017-10-27 at 09:30 +0530, Arun Raghavan wrote:
> This got missed while adding the client option.
> ---
> src/pulse/client-conf.c | 1 +
> 1 file changed, 1 insertion(+)
>
> 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
Looks good to me.
--
Tanu
https://www.patreon.com/tanuk
More information about the pulseaudio-discuss
mailing list