[vlc-devel] commit: Default enable http forward cookies (Antoine Cellerier )

git version control git at videolan.org
Fri Sep 12 17:58:50 CEST 2008


vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Fri Sep 12 17:43:33 2008 +0200| [02aeb3cae1506b192cc19378cd617f22f9fe8505] | committer: Antoine Cellerier 

Default enable http forward cookies

... else the option is useless since nobody will think of enabling it.

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

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

diff --git a/modules/access/http.c b/modules/access/http.c
index 79073bf..a45e1ca 100644
--- a/modules/access/http.c
+++ b/modules/access/http.c
@@ -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");




More information about the vlc-devel mailing list