]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
[Bug 3474] Missing pmode in mode7 peer info response
authorJuergen Perlinger <perlinger@ntp.org>
Tue, 10 Apr 2018 06:19:44 +0000 (08:19 +0200)
committerJuergen Perlinger <perlinger@ntp.org>
Tue, 10 Apr 2018 06:19:44 +0000 (08:19 +0200)
bk: 5acc57809MBFDflJJUSXSFI4F7u_Qw

ChangeLog
ntpd/ntp_request.c

index 8aa54c09a78b36c68a8dc583bb5237a04bfdf07e..03a8065c1d479c8af2bf652dcd14721a7398b593 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@
   - applied patch by Gerry Garvey
 * [Bug 3479] ctl_putrefid() allows unsafe characters through to ntpq <perlinger@ntp.org>
   - applied patch by Gerry Garvey (with mods)
+* [Bug 3474] Missing pmode in mode7 peer info response <perlinger@ntp.org>
+  - applied patch by Gerry Garvey
 * [Bug 3471] Check for openssl/[ch]mac.h.  HStenn.
   - add #define ENABLE_CMAC support in configure.  HStenn.
 * [Bug 3470] ntpd4.2.8p11 fails to compile without OpenSSL <perlinger@ntp.org>
index e541f7c51198642ee57e3d4e77fb1d90b18f66f1..19d9b0d829c52552311f38b97e01271d80c3f369 100644 (file)
@@ -890,6 +890,7 @@ peer_info (
                        ip->flags |= INFO_FLAG_SHORTLIST;
                ip->leap = pp->leap;
                ip->hmode = pp->hmode;
+               ip->pmode = pp->pmode;
                ip->keyid = pp->keyid;
                ip->stratum = pp->stratum;
                ip->ppoll = pp->ppoll;