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 86f69db..38f362c 100644
--- a/svc.c
+++ b/svc.c
@@ -128,6 +128,7 @@ struct mog_svc * mog_svc_new(const char *docroot)
                 svc_once();
 
         svc = xzalloc(sizeof(struct mog_svc));
+        list_head_init(&svc->devstats_subscribers);
         svc->persist_client = 1;
         svc->docroot = docroot;
         svc->docroot_fd = fd;