[Git][NTPsec/ntpsec][master] Make ntpq -c :config work.

Eric S. Raymond gitlab at mg.gitlab.com
Thu Sep 12 04:09:35 UTC 2019



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


Commits:
6518de1f by Eric S. Raymond at 2019-09-12T04:09:15Z
Make ntpq -c :config work.

- - - - -


1 changed file:

- ntpclients/ntpq.py


Changes:

=====================================
ntpclients/ntpq.py
=====================================
@@ -1723,7 +1723,7 @@ if __name__ == '__main__':
             for ihost in interpreter.chosts:
                 if session.openhost(*ihost):
                     for command in interpreter.ccmds:
-                        interpreter.onecmd(command)
+                        interpreter.onecmd(interpreter.precmd(command))
                     session.close()
         raise SystemExit(0)
     except (KeyboardInterrupt, EOFError):



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/6518de1fe24cfdf617609826af887aefc87df9d2

-- 
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/6518de1fe24cfdf617609826af887aefc87df9d2
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20190912/da0edc11/attachment.htm>


More information about the vc mailing list