belt-and-braces extra call to check_log_writer() in tcp_request()
authorSimon Kelley <simon@thekelleys.org.uk>
Sat, 1 Feb 2025 15:24:24 +0000 (15:24 +0000)
committerSimon Kelley <simon@thekelleys.org.uk>
Sat, 1 Feb 2025 15:24:24 +0000 (15:24 +0000)
src/forward.c

index ff42dd0..3c126c2 100644 (file)
@@ -2628,7 +2628,8 @@ unsigned char *tcp_request(int confd, time_t now,
     }
 
   blockdata_free(saved_question);
-  
+  check_log_writer(1);
+
   return packet;
 }