From: Harlan Stenn Date: Mon, 21 Jul 2003 10:30:16 +0000 (-0400) Subject: assert edge typo fix from Peter Ekberg X-Git-Tag: NTP_4_2_0~41^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=73634a04a69ac0bc29bfda401c1deccc199e8503;p=thirdparty%2Fntp.git assert edge typo fix from Peter Ekberg bk: 3f1bc0b88WptTSpWgqwLVVoPlH6Gzg --- diff --git a/ntpd/refclock_jupiter.c b/ntpd/refclock_jupiter.c index 894233c122..9be8cbb507 100644 --- a/ntpd/refclock_jupiter.c +++ b/ntpd/refclock_jupiter.c @@ -502,7 +502,7 @@ jupiter_control( L_NEG(&instance->limit); #ifdef HAVE_PPSAPI - instance->assert = !pp->sloppyclockflag & CLK_FLAG3; + instance->assert = !(pp->sloppyclockflag & CLK_FLAG3); jupiter_ppsapi(instance, !instance->assert, 0); #endif /* HAVE_PPSAPI */