application/config.c

changeset 114
3da24640513a
parent 113
dde28a806552
--- 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");

mercurial