From: Otto Moerbeek Date: Thu, 14 Apr 2022 19:36:47 +0000 (+0200) Subject: Missing newline in dump output, noted by ph1 X-Git-Tag: auth-4.8.0-alpha0~134^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8bd214e7c2a9ad357beae27378f59f3007578bf;p=thirdparty%2Fpdns.git Missing newline in dump output, noted by ph1 --- diff --git a/pdns/syncres.cc b/pdns/syncres.cc index 3a41d1043a..60f94119b3 100644 --- a/pdns/syncres.cc +++ b/pdns/syncres.cc @@ -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;