]> git.sesse.net Git - vlc/commitdiff
Made http-continuous option safe.
authorLaurent Aimar <fenrir@videolan.org>
Sun, 22 Mar 2009 15:28:55 +0000 (16:28 +0100)
committerLaurent Aimar <fenrir@videolan.org>
Sun, 22 Mar 2009 15:28:55 +0000 (16:28 +0100)
It was a request of Frederik Kriewitz.

modules/access/http.c

index 24cb79436f7815bd487df1bb229996a4fd95aa9e..77c62409d7f55ae768d7b2c9bea682addae7c965 100644 (file)
@@ -114,6 +114,7 @@ vlc_module_begin ()
               RECONNECT_LONGTEXT, true )
     add_bool( "http-continuous", 0, NULL, CONTINUOUS_TEXT,
               CONTINUOUS_LONGTEXT, true )
+        change_safe()
     add_bool( "http-forward-cookies", true, NULL, FORWARD_COOKIES_TEXT,
               FORWARD_COOKIES_LONGTEXT, true )
     add_obsolete_string("http-user")