From cee7542b8812aa96c893fe1391f698d747d72c92 Mon Sep 17 00:00:00 2001 From: lxsang Date: Mon, 8 Oct 2018 23:16:15 +0200 Subject: [PATCH] AUTOLOAD option to server config --- http_server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http_server.c b/http_server.c index 9340fe2..b6db21e 100644 --- a/http_server.c +++ b/http_server.c @@ -88,7 +88,7 @@ static int config_handler(void *conf, const char *section, const char *name, { dput(pconfig->handlers, name, strdup(value)); } - else if (strcmp(section, "AUTOSTART") == 0) + else if (strcmp(section, "AUTOSTART") == 0 || strcmp(section, "AUTOLOAD") == 0) { // The server section must be added before the autostart section // auto start plugin