Skip to content
Snippets Groups Projects
Commit f95b38af authored by Daniel Salzman's avatar Daniel Salzman
Browse files

knotd: fix double server stop (backport consequence)

parent d9a9c302
Branches
Tags
No related merge requests found
......@@ -166,7 +166,6 @@ static void event_loop(server_t *server)
/* Interrupts. */
if (sig_req_stop) {
sig_req_stop = 0;
server_stop(server);
break;
}
if (sig_req_reload) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment