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-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=376e2dbe8a3808531437a17fb783d57b151909b2;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 fa12d78b02..07f25cecef 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))