aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/starter/starter.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/starter/starter.c b/src/starter/starter.c
index ea8a999f0..74b5b5286 100644
--- a/src/starter/starter.c
+++ b/src/starter/starter.c
@@ -489,7 +489,8 @@ int main (int argc, char **argv)
}
if (!config_file)
{
- config_file = CONFIG_FILE;
+ config_file = lib->settings->get_str(lib->settings,
+ "starter.config_file", CONFIG_FILE);
}
init_log("ipsec_starter");