]> git.sesse.net Git - vlc/commitdiff
Default enable http forward cookies
authorAntoine Cellerier <dionoea@videolan.org>
Fri, 12 Sep 2008 15:43:33 +0000 (17:43 +0200)
committerAntoine Cellerier <dionoea@videolan.org>
Fri, 12 Sep 2008 16:02:20 +0000 (18:02 +0200)
... else the option is useless since nobody will think of enabling it.

modules/access/http.c

index 79073bf9bb36de41ff68a4cb10ed3946373d0129..a45e1ca0d47609a20c1afbaccbb954a9946a57c6 100644 (file)
@@ -114,7 +114,7 @@ vlc_module_begin();
               RECONNECT_LONGTEXT, true );
     add_bool( "http-continuous", 0, NULL, CONTINUOUS_TEXT,
               CONTINUOUS_LONGTEXT, true );
-    add_bool( "http-forward-cookies", 0, NULL, FORWARD_COOKIES_TEXT,
+    add_bool( "http-forward-cookies", true, NULL, FORWARD_COOKIES_TEXT,
               FORWARD_COOKIES_LONGTEXT, true );
     add_obsolete_string("http-user");
     add_obsolete_string("http-pwd");