about summary refs log tree commit homepage
path: root/svc.c
diff options
context:
space:
mode:
Diffstat (limited to 'svc.c')
-rw-r--r--svc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/svc.c b/svc.c
index 47fb9f7..7d6a6ac 100644
--- a/svc.c
+++ b/svc.c
@@ -99,6 +99,7 @@ struct mog_svc * mog_svc_new(const char *docroot)
                 svc_once();
 
         svc = xzalloc(sizeof(struct mog_svc));
+        svc->persist_client = 1;
         svc->docroot = docroot;
         svc->docroot_fd = fd;
         svc->dir = dir;