mirror of
https://github.com/lxsang/ant-http
synced 2024-11-17 17:08:20 +01:00
AUTOLOAD option to server config
This commit is contained in:
parent
ae601c2487
commit
cee7542b88
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user