diff options
| author | Xin LI <delphij@FreeBSD.org> | 2018-08-20 06:07:33 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2018-08-20 06:07:33 +0000 |
| commit | c7f4d2332394d5600fe4e14c530ede36b0ff29b0 (patch) | |
| tree | be0b200d6dc09373927db61d685acc61113c64c1 /ntpd/ntp_request.c | |
| parent | d14ac12f8738acac881f20b4d6244cfc22c68ead (diff) | |
Diffstat (limited to 'ntpd/ntp_request.c')
| -rw-r--r-- | ntpd/ntp_request.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ntpd/ntp_request.c b/ntpd/ntp_request.c index e541f7c511986..19d9b0d829c52 100644 --- a/ntpd/ntp_request.c +++ b/ntpd/ntp_request.c @@ -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; |
