[Git][NTPsec/ntpsec][master] Typo fix.

Eric S. Raymond gitlab at mg.gitlab.com
Thu Dec 15 01:56:49 UTC 2016


Eric S. Raymond pushed to branch master at NTPsec / ntpsec


Commits:
af3040ec by Eric S. Raymond at 2016-12-14T20:56:41-05:00
Typo fix.

- - - - -


1 changed file:

- pylib/packet.py


Changes:

=====================================
pylib/packet.py
=====================================
--- a/pylib/packet.py
+++ b/pylib/packet.py
@@ -773,7 +773,7 @@ class ControlSession:
             try:
                 if e1.errno in (socket.EAI_NONAME, socket.EAI_NODATA):
                     try:
-                        return hinted_lookup(port="ndp", hints=0)
+                        return hinted_lookup(port="ntp", hints=0)
                     except socket.gaierror as e2:
                         sys.stderr.write("ntpq: ndp lookup failed, %s\n" % e2.strerror)
             except AttributeError:



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


More information about the vc mailing list