]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
assert edge typo fix from Peter Ekberg
authorHarlan Stenn <stenn@ntp.org>
Mon, 21 Jul 2003 10:30:16 +0000 (06:30 -0400)
committerHarlan Stenn <stenn@ntp.org>
Mon, 21 Jul 2003 10:30:16 +0000 (06:30 -0400)
bk: 3f1bc0b88WptTSpWgqwLVVoPlH6Gzg

ntpd/refclock_jupiter.c

index 894233c122e850c4f1f93e20527dcb03d6d99a21..9be8cbb50758274b87ac93d41a1b437b2ecd7a97 100644 (file)
@@ -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 */