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:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user