projects
/
dnsmasq.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efb8f10
)
belt-and-braces extra call to check_log_writer() in tcp_request()
author
Simon Kelley
<simon@thekelleys.org.uk>
Sat, 1 Feb 2025 15:24:24 +0000
(15:24 +0000)
committer
Simon Kelley
<simon@thekelleys.org.uk>
Sat, 1 Feb 2025 15:24:24 +0000
(15:24 +0000)
src/forward.c
patch
|
blob
|
history
diff --git
a/src/forward.c
b/src/forward.c
index
ff42dd0
..
3c126c2
100644
(file)
--- a/
src/forward.c
+++ b/
src/forward.c
@@
-2628,7
+2628,8
@@
unsigned char *tcp_request(int confd, time_t now,
}
blockdata_free(saved_question);
-
+ check_log_writer(1);
+
return packet;
}