mirror of
https://github.com/lxsang/ant-http
synced 2024-11-16 00:28:21 +01:00
Update http_server.c
Some checks reported errors
gitea-sync/ant-http/pipeline/head Something is wrong with the build of this commit
Some checks reported errors
gitea-sync/ant-http/pipeline/head Something is wrong with the build of this commit
This commit is contained in:
parent
91461f0b21
commit
a8201947ef
@ -123,7 +123,7 @@ static int config_handler(void *conf, const char *section, const char *name,
|
|||||||
if (pconfig->plugins_dir)
|
if (pconfig->plugins_dir)
|
||||||
free(pconfig->plugins_dir);
|
free(pconfig->plugins_dir);
|
||||||
pconfig->plugins_dir = tmp;
|
pconfig->plugins_dir = tmp;
|
||||||
LOG("Database root is %s", pconfig->plugins_dir);
|
LOG("Plugin root is %s", pconfig->plugins_dir);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (MATCH("SERVER", "plugins_ext"))
|
else if (MATCH("SERVER", "plugins_ext"))
|
||||||
|
Loading…
Reference in New Issue
Block a user