projects
/
dnsmasq.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c1212e
)
Default --dump-mask to all-on, rather than all-off.
author
Simon Kelley
<simon@thekelleys.org.uk>
Mon, 10 Feb 2025 00:36:08 +0000
(
00:36
+0000)
committer
Simon Kelley
<simon@thekelleys.org.uk>
Fri, 14 Mar 2025 15:12:45 +0000
(15:12 +0000)
src/option.c
patch
|
blob
|
history
diff --git
a/src/option.c
b/src/option.c
index
7237410
..
636b238
100644
(file)
--- a/
src/option.c
+++ b/
src/option.c
@@
-5935,6
+5935,9
@@
void read_opts(int argc, char **argv, char *compile_opts)
daemon->randport_limit = 1;
daemon->host_index = SRC_AH;
daemon->max_procs = MAX_PROCS;
+#ifdef HAVE_DUMPFILE
+ daemon->dump_mask = 0xffffffff;
+#endif
#ifdef HAVE_DNSSEC
daemon->limit[LIMIT_SIG_FAIL] = DNSSEC_LIMIT_SIG_FAIL;
daemon->limit[LIMIT_CRYPTO] = DNSSEC_LIMIT_CRYPTO;