]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
[Bug 3690] newline in ntp clock variable
authorJuergen Perlinger <perlinger@ntp.org>
Sun, 18 Oct 2020 05:23:45 +0000 (07:23 +0200)
committerJuergen Perlinger <perlinger@ntp.org>
Sun, 18 Oct 2020 05:23:45 +0000 (07:23 +0200)
bk: 5f8bd161ylKSU56uKD2S7CCWiyI5-w

ChangeLog
ntpd/refclock_parse.c

index eeceaa9f10cb57b56caf561eaab50a81ec861f63..208539add11320c82af7b6bd0cdec895554f76c3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+---
+* [Bug 3690] newline in ntp clock variable (parse) <perlinger@ntp.org>
+  - patch by Frank Kardel
+
 ---
 (4.2.8p15) 2020/06/23 Released by Harlan Stenn <stenn@ntp.org>
 
index 043bc8673c7e2cd617fa9e16c64cdedfce4180a4..5ff4702fac2f3a1acbc821ac92548dd1321f7536 100644 (file)
@@ -4285,7 +4285,7 @@ mk_utcinfo(
        }
        else
        {
-               snprintf( t, size, "UTC offset parameter: %is, no leap second announced.\n", dtls );
+               snprintf( t, size, "UTC offset parameter: %is, no leap second announced.", dtls );
        }
 
 }