Default --dump-mask to all-on, rather than all-off.
authorSimon Kelley <simon@thekelleys.org.uk>
Mon, 10 Feb 2025 00:36:08 +0000 (00:36 +0000)
committerSimon Kelley <simon@thekelleys.org.uk>
Fri, 14 Mar 2025 15:12:45 +0000 (15:12 +0000)
src/option.c

index 7237410..636b238 100644 (file)
@@ -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;