summaryrefslogtreecommitdiff
path: root/server.c
diff options
context:
space:
mode:
Diffstat (limited to 'server.c')
-rw-r--r--server.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/server.c b/server.c
index ee93a24..4102d99 100644
--- a/server.c
+++ b/server.c
@@ -695,6 +695,7 @@ server_new(struct cfg *cfg, const char *name)
scfg->stop_method = SERVER_STOP_METHOD_UNDEFINED;
scfg->start_method = SERVER_START_METHOD_UNDEFINED;
uring_task_init(&scfg->task, "scfg", uring_parent(cfg), server_free);
+ uring_task_set_buf(&scfg->task, &scfg->tbuf);
uring_task_init(&scfg->exec_task, "exec", &scfg->task, server_exec_free);
list_init(&scfg->remotes);
list_init(&scfg->locals);