bk: 453c475atq_nOGvd-B0yYjdNxa0NiQ
+* [Bug 666] ntpq opeers displays jitter rather than dispersion.
* [Bug 718] Use the recommended type for the saddrlen arg to getsockname().
* [Bug 717] Fix libopts compile problem.
* [Bug 715] Fix a multicast issue under Linux.
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))