[vlc-devel] commit: Default enable http forward cookies (Antoine Cellerier )
git version control
git at videolan.org
Fri Sep 12 17:59:56 CEST 2008
vlc | branch: 0.9-bugfix | Antoine Cellerier <dionoea at videolan.org> | Fri Sep 12 17:43:33 2008 +0200| [95320ee30d1aa7a45d76ae0fe3054470a28b8113] | committer: Antoine Cellerier
Default enable http forward cookies
... else the option is useless since nobody will think of enabling it.
(cherry picked from commit 02aeb3cae1506b192cc19378cd617f22f9fe8505)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=95320ee30d1aa7a45d76ae0fe3054470a28b8113
---
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 eaa7035..973f64c 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