[Git][NTPsec/ntpsec][master] Syntax error fix.
Eric S. Raymond
gitlab at mg.gitlab.com
Thu Jan 17 11:24:18 UTC 2019
Eric S. Raymond pushed to branch master at NTPsec / ntpsec
Commits:
b2f1969d by Eric S. Raymond at 2019-01-17T11:23:52Z
Syntax error fix.
This is a strange one. Normal build somehow converted a syntax into a
warning; it didn't become visible until Gitlab CI barfed.
- - - - -
1 changed file:
- ntpd/refclock_local.c
Changes:
=====================================
ntpd/refclock_local.c
=====================================
@@ -110,7 +110,7 @@ local_start(
peer->sstclktype = CTL_SST_TS_LOCAL;
poll_time = current_time;
if (pp->sloppyclockflag & CLK_FLAG1)
- lockclock = true
+ lockclock = true;
return true;
}
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/b2f1969d9ac044a8734bbb372088d70d1f7df85f
--
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/b2f1969d9ac044a8734bbb372088d70d1f7df85f
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20190117/6b610dbd/attachment.html>
More information about the vc
mailing list