From 3d6cc026e25ea3015ea989273ba69336a26ab686 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 13 Jan 2010 22:08:59 +0100 Subject: client: introduce auto-connect-localhost= option in client.conf Partly fixes: http://pulseaudio.org/ticket/773 Also fixes a security hole since listening on the default port is not access controlled right now. --- src/pulse/client-conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pulse/client-conf.h') diff --git a/src/pulse/client-conf.h b/src/pulse/client-conf.h index 618216f4..3bca8fdd 100644 --- a/src/pulse/client-conf.h +++ b/src/pulse/client-conf.h @@ -29,7 +29,7 @@ typedef struct pa_client_conf { char *daemon_binary, *extra_arguments, *default_sink, *default_source, *default_server, *default_dbus_server, *cookie_file; - pa_bool_t autospawn, disable_shm; + pa_bool_t autospawn, disable_shm, auto_connect_localhost; uint8_t cookie[PA_NATIVE_COOKIE_LENGTH]; pa_bool_t cookie_valid; /* non-zero, when cookie is valid */ size_t shm_size; -- cgit