diff -r dde28a806552 -r 3da24640513a application/config.c --- a/application/config.c Mon Nov 10 21:52:51 2025 +0100 +++ b/application/config.c Sun Dec 07 20:00:33 2025 +0100 @@ -170,7 +170,7 @@ switch(errno) { case ENOENT: { davconfig = dav_config_new(NULL); - return NULL; + return davconfig; } default: { perror("Cannot load config.xml");