Make continuous mode operation the default
[browser-switch] / config.c
index faa9816..7fe6874 100644 (file)
--- a/config.c
+++ b/config.c
@@ -39,7 +39,7 @@ struct swb_config_option swb_config_options[] = {
 /* Browser Switchboard configuration defaults */
 static struct swb_config swb_config_defaults = {
        .flags = SWB_CONFIG_INITIALIZED,
 /* Browser Switchboard configuration defaults */
 static struct swb_config swb_config_defaults = {
        .flags = SWB_CONFIG_INITIALIZED,
-       .continuous_mode = 0,
+       .continuous_mode = 1,
        .default_browser = "microb",
        .other_browser_cmd = NULL,
        .logging = "stdout",
        .default_browser = "microb",
        .other_browser_cmd = NULL,
        .logging = "stdout",
@@ -125,7 +125,6 @@ static int swb_config_load_option(struct swb_config *cfg,
                        free(value);
                }
                return 1;
                        free(value);
                }
                return 1;
-               break;
        }
 
        /* Unrecognized config option */
        }
 
        /* Unrecognized config option */