[Git][NTPsec/ntpsec][master] makeheaaat: correct math error

Gary E. Miller gitlab at mg.gitlab.com
Sat Jan 28 23:56:53 UTC 2017


Gary E. Miller pushed to branch master at NTPsec / ntpsec


Commits:
c0aff078 by Gary E. Miller at 2017-01-28T15:56:13-08:00
makeheaaat: correct math error

- - - - -


1 changed file:

- contrib/makeheat


Changes:

=====================================
contrib/makeheat
=====================================
--- a/contrib/makeheat
+++ b/contrib/makeheat
@@ -44,7 +44,7 @@ cnt = 0
 
 m = hashlib.md5()
 temp = 0
-max_cnt = args.wait[0] / 200000
+max_cnt = args.wait[0] * 200000
 
 while True:
     # on a RasPi 3, 200,000 of the m.update() can be one second



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/c0aff078121671bf6257fa68e197b855d355e23e
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20170128/b8b2a168/attachment.html>


More information about the vc mailing list