Update http_server.c
Some checks reported errors
gitea-sync/ant-http/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
Dany LE 2022-10-04 14:16:42 +02:00 committed by GitHub
parent 91461f0b21
commit a8201947ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"))