]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Missing newline in dump output, noted by ph1
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Thu, 14 Apr 2022 19:36:47 +0000 (21:36 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Thu, 14 Apr 2022 19:36:47 +0000 (21:36 +0200)
pdns/syncres.cc

index 3a41d1043abb9a997f57bf9e6ea08271e652f8e9..60f94119b3dbaa95d474da45715a9bd785835806 100644 (file)
@@ -1221,7 +1221,7 @@ uint64_t SyncRes::doDumpDoTProbeMap(int fd)
     close(newfd);
     return 0;
   }
-  fprintf(fp.get(), "; DoT probing map follows");
+  fprintf(fp.get(), "; DoT probing map follows\n");
   fprintf(fp.get(), "; ip\tdomain\tcount\tstatus\tttd\n");
   uint64_t count=0;