From b0da43e5fba42d8a47a2de5124568d380f85bda2 Mon Sep 17 00:00:00 2001 From: "W.C.A. Wijngaards" Date: Mon, 8 Jan 2024 16:24:03 +0100 Subject: [PATCH] - fast-reload, better comment. --- daemon/remote.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/remote.c b/daemon/remote.c index 601866b4e..28c2ceccd 100644 --- a/daemon/remote.c +++ b/daemon/remote.c @@ -4867,7 +4867,7 @@ fast_reload_thread_start(RES* ssl, struct worker* worker, struct rc_state* s) } worker->daemon->fast_reload_thread->printq->remote = *ssl; s->rc = NULL; /* move away the rc state */ - /* Nothing to print right now, so no need to activate it. */ + /* Nothing to print right now, so no need to have it active. */ comm_point_stop_listening(worker->daemon->fast_reload_thread->printq->client_cp); /* Start fast reload thread */ -- 2.47.2