[Git][NTPsec/ntpsec][master] Fix a minor g;itch reported by Hal.
Eric S. Raymond
gitlab at mg.gitlab.com
Thu Nov 24 22:51:52 UTC 2016
Eric S. Raymond pushed to branch master at NTPsec / ntpsec
Commits:
115f94a9 by Eric S. Raymond at 2016-11-24T17:51:39-05:00
Fix a minor g;itch reported by Hal.
- - - - -
1 changed file:
- ntpq/ntpq
Changes:
=====================================
ntpq/ntpq
=====================================
--- a/ntpq/ntpq
+++ b/ntpq/ntpq
@@ -943,7 +943,7 @@ usage: writelist [ assocID ]
associd = self.__assoc_valid(line)
if associd >= 0:
qtype = ntp.ntpc.TYPE_SYS if associd == 0 else ntp.ntpc.TYPE_PEER
- self.__dolist(line.split()[1:], associd, ntp.packet.CTL_OP_READVAR, qtype)
+ self.__dolist(line.split()[1:], associd, ntp.packet.CTL_OP_READVAR, qtype, quiet=True)
def help_readvar(self):
self.say("""\
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/115f94a9b28b63c850b0d7c64b662a4c44279cdc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20161124/59ced085/attachment.html>
More information about the vc
mailing list