[Git][NTPsec/ntpsec][master] Address GitLab issue #183: Bug: ntpsweep traceback
Eric S. Raymond
gitlab at mg.gitlab.com
Sat Dec 3 05:26:40 UTC 2016
Eric S. Raymond pushed to branch master at NTPsec / ntpsec
Commits:
afdd6f4c by Eric S. Raymond at 2016-12-03T00:26:14-05:00
Address GitLab issue #183: Bug: ntpsweep traceback
- - - - -
1 changed file:
- ntpsweep/ntpsweep
Changes:
=====================================
ntpsweep/ntpsweep
=====================================
--- a/ntpsweep/ntpsweep
+++ b/ntpsweep/ntpsweep
@@ -47,7 +47,7 @@ def scan_host(host, level):
if host in known_host_info:
known_host = True
else:
- session = ntp.packet.Mode6session()
+ session = ntp.packet.ControlSession()
session.openhost(host)
sysvars = session.readvars()
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/afdd6f4c4304b9582db599e869c632c4fdf73d3a
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20161203/8e4a254f/attachment.html>
More information about the vc
mailing list