belt-and-braces extra call to check_log_writer() in tcp_request()

This commit is contained in:
Simon Kelley
2025-02-01 15:24:24 +00:00
parent efb8f10450
commit 0762732647

View File

@@ -2628,7 +2628,8 @@ unsigned char *tcp_request(int confd, time_t now,
}
blockdata_free(saved_question);
check_log_writer(1);
return packet;
}