From: RĂ©mi Denis-Courmont Date: Thu, 8 Jul 2010 19:58:56 +0000 (+0300) Subject: http-user-agent needs restart X-Git-Tag: 1.2.0-pre1~5896 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=c2a9fa6d7c095caa26e60943c88e528d08e2eec0;p=vlc http-user-agent needs restart --- diff --git a/modules/access/http.c b/modules/access/http.c index 90e465b93d..11f145e181 100644 --- a/modules/access/http.c +++ b/modules/access/http.c @@ -126,6 +126,7 @@ vlc_module_begin () add_string( "http-user-agent", PACKAGE_NAME"/"PACKAGE_VERSION, NULL, AGENT_TEXT, AGENT_LONGTEXT, true ) change_safe() + change_need_restart() add_bool( "http-reconnect", false, NULL, RECONNECT_TEXT, RECONNECT_LONGTEXT, true ) add_bool( "http-continuous", false, NULL, CONTINUOUS_TEXT,