From: Harlan Stenn Date: Fri, 4 Nov 2016 00:02:24 +0000 (-0700) Subject: Added leap smear/root dispersion comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=daeecc9e3ddc11393254af705705a374886756ea;p=thirdparty%2Fntp.git Added leap smear/root dispersion comment bk: 581bd010swY9VKMdgc9Uves1PwQvLw --- diff --git a/ntpd/ntp_proto.c b/ntpd/ntp_proto.c index b296291b2..f5e96aa48 100644 --- a/ntpd/ntp_proto.c +++ b/ntpd/ntp_proto.c @@ -4020,6 +4020,10 @@ leap_smear_add_offs( L_ADD(t, &leap_smear.offset); + /* + ** XXX: Should the smear be added to the root dispersion? + */ + return; }