[Git][NTPsec/ntpsec][master] Address GitLab issue #156: ntpq: mrulist command dies
Eric S. Raymond
gitlab at mg.gitlab.com
Mon Nov 21 17:08:52 UTC 2016
Eric S. Raymond pushed to branch master at NTPsec / ntpsec
Commits:
437a4146 by Eric S. Raymond at 2016-11-21T12:08:30-05:00
Address GitLab issue #156: ntpq: mrulist command dies
- - - - -
1 changed file:
- pylib/packet.py
Changes:
=====================================
pylib/packet.py
=====================================
--- a/pylib/packet.py
+++ b/pylib/packet.py
@@ -1155,7 +1155,7 @@ class ControlSession:
nonce_uses = 0
for i in range(len(span.entries)):
e = span.entries[len(span.entries) - i - 1]
- incr += ", addr.%d=%s, last.%d=%s" % (i, e.addr, i, e.last)
+ incr = ", addr.%d=%s, last.%d=%s" % (i, e.addr, i, e.last)
if len(req_buf) + len(incr) >= CTL_MAX_DATA_LEN:
break
else:
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/437a41466b260cf4598743a21282c45ee9c18cc1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20161121/bbc93c79/attachment.html>
More information about the vc
mailing list