]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Danny forgot to pull before editing - replace the change he undid.
authorHarlan Stenn <stenn@ntp.org>
Mon, 5 Feb 2007 04:08:28 +0000 (23:08 -0500)
committerHarlan Stenn <stenn@ntp.org>
Mon, 5 Feb 2007 04:08:28 +0000 (23:08 -0500)
bk: 45c6adbcm_CZixGXeAyz2PbvckSkWQ

ntpq/ntpq-subs.c

index fa12d78b02771948b0ddd7a119d6e91bb9f9eb21..07f25cecefda6499631af3fd7f2f9ce80e8e6bcf 100644 (file)
@@ -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))