From df03a7b3f82a5ab97d54c64ef249fe98782e199c Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 26 Jun 2015 08:06:35 +0200 Subject: config/Templates: mark http_proxy_* deprecated --- src/config/ConfigTemplates.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/config/ConfigTemplates.cxx b/src/config/ConfigTemplates.cxx index b5f0c3e93..cd353dc19 100644 --- a/src/config/ConfigTemplates.cxx +++ b/src/config/ConfigTemplates.cxx @@ -54,10 +54,10 @@ const ConfigTemplate config_param_templates[] = { { "samplerate_converter" }, { "audio_buffer_size" }, { "buffer_before_play" }, - { "http_proxy_host" }, - { "http_proxy_port" }, - { "http_proxy_user" }, - { "http_proxy_password" }, + { "http_proxy_host", false, true }, + { "http_proxy_port", false, true }, + { "http_proxy_user", false, true }, + { "http_proxy_password", false, true }, { "connection_timeout" }, { "max_connections" }, { "max_playlist_length" }, -- cgit v1.2.3