1
0
mirror of https://github.com/falk-werner/webfused synced 2026-03-02 04:09:19 +00:00

read log config from config file

This commit is contained in:
Falk Werner
2020-03-18 17:33:31 +01:00
parent 1625869696
commit adbfd45951
29 changed files with 772 additions and 72 deletions

View File

@@ -76,7 +76,7 @@ wfd_file_authenticator_create(
{
bool result = false;
char const * filename = wfd_settings_get(settings, "file");
char const * filename = wfd_settings_get_string(settings, "file");
if (NULL != filename)
{
struct wfd_file_authenticator * data = malloc(sizeof(struct wfd_file_authenticator));