]> git.sesse.net Git - vlc/blobdiff - modules/access/http.c
add_bool wants booleans.
[vlc] / modules / access / http.c
index e25db74293b525557a09b2dca849f39083325a1f..4fac39cacca1d62b367910410513b7d5cf2fa689 100644 (file)
@@ -116,9 +116,9 @@ vlc_module_begin ()
     add_string( "http-user-agent", COPYRIGHT_MESSAGE , NULL, AGENT_TEXT,
                 AGENT_LONGTEXT, true )
         change_safe()
-    add_bool( "http-reconnect", 0, NULL, RECONNECT_TEXT,
+    add_bool( "http-reconnect", false, NULL, RECONNECT_TEXT,
               RECONNECT_LONGTEXT, true )
-    add_bool( "http-continuous", 0, NULL, CONTINUOUS_TEXT,
+    add_bool( "http-continuous", false, NULL, CONTINUOUS_TEXT,
               CONTINUOUS_LONGTEXT, true )
         change_safe()
     add_bool( "http-forward-cookies", true, NULL, FORWARD_COOKIES_TEXT,