[vlc-commits] commit: http-user-agent needs restart ( Rémi Denis-Courmont )

git at videolan.org git at videolan.org
Thu Jul 8 21:59:14 CEST 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Jul  8 22:58:56 2010 +0300| [c2a9fa6d7c095caa26e60943c88e528d08e2eec0] | committer: Rémi Denis-Courmont 

http-user-agent needs restart

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c2a9fa6d7c095caa26e60943c88e528d08e2eec0
---

 modules/access/http.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/access/http.c b/modules/access/http.c
index 90e465b..11f145e 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,



More information about the vlc-commits mailing list