From: Harlan Stenn Date: Mon, 5 Feb 2007 04:08:28 +0000 (-0500) Subject: Danny forgot to pull before editing - replace the change he undid. X-Git-Tag: NTP_4_2_4_RC3~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5ef92bcfbad1204dc493118510981ed6279e643;p=thirdparty%2Fntp.git Danny forgot to pull before editing - replace the change he undid. bk: 45c6adbcm_CZixGXeAyz2PbvckSkWQ --- diff --git a/ntpq/ntpq-subs.c b/ntpq/ntpq-subs.c index fa12d78b0..07f25cece 100644 --- a/ntpq/ntpq-subs.c +++ b/ntpq/ntpq-subs.c @@ -1469,8 +1469,9 @@ doprintpeers( havevar[HAVE_OFFSET] = 1; break; case CP_JITTER: - if (decodetime(value, &estjitter)) - havevar[HAVE_JITTER] = 1; + if (pvl == peervarlist) + if (decodetime(value, &estjitter)) + havevar[HAVE_JITTER] = 1; break; case CP_DISPERSION: if (decodetime(value, &estdisp))