Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
NTPsec
ntpsec
Commits
115f94a9
Commit
115f94a9
authored
Nov 24, 2016
by
Eric S. Raymond
Browse files
Fix a minor g;itch reported by Hal.
parent
00187513
Changes
1
Hide whitespace changes
Inline
Side-by-side
ntpq/ntpq
View file @
115f94a9
...
...
@@ -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
(
"""
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment