From: W.C.A. Wijngaards Date: Thu, 21 Mar 2024 12:37:48 +0000 (+0100) Subject: - fast-reload, print ok when done successfully. X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=942dd56f7dff937cae8a5f5df8fc14badd734fd9;p=thirdparty%2Funbound.git - fast-reload, print ok when done successfully. --- diff --git a/daemon/remote.c b/daemon/remote.c index 7a82b3e3c..9e0034b6c 100644 --- a/daemon/remote.c +++ b/daemon/remote.c @@ -4319,6 +4319,10 @@ static void* fast_reload_thread_main(void* arg) if(fr_poll_for_quit(fast_reload_thread)) goto done; + if(!fr_output_printf(fast_reload_thread, "ok\n")) + goto done_error; + fr_send_notification(fast_reload_thread, + fast_reload_notification_printout); verbose(VERB_ALGO, "stop fast reload thread"); /* If this is not an exit due to quit earlier, send regular done. */ if(!fast_reload_thread->need_to_quit)