[Git][NTPsec/ntpsec][master] Fix a typo in the conditioned-out autokey code...
Eric S. Raymond
gitlab at mg.gitlab.com
Tue Nov 24 04:24:50 UTC 2015
Eric S. Raymond pushed to branch master at NTPsec / ntpsec
Commits:
547fad0f by Eric S. Raymond at 2015-11-23T23:24:37Z
Fix a typo in the conditioned-out autokey code...
...just in case it's ever resurrected.
- - - - -
1 changed file:
- ntpkeygen/ntpkeygen.c
Changes:
=====================================
ntpkeygen/ntpkeygen.c
=====================================
--- a/ntpkeygen/ntpkeygen.c
+++ b/ntpkeygen/ntpkeygen.c
@@ -759,7 +759,7 @@ main(
* stream. The parameter file is the server key file with the
* private key obscured.
*/
- if (pkey_gqkey != NULL && opt_id_key)) {
+ if (pkey_gqkey != NULL && opt_id_key) {
RSA *rsa;
snprintf(filename, sizeof(filename),
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/547fad0fd8af62195e9db87e7354c7241fce68ff
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ntpsec.org/pipermail/vc/attachments/20151124/c537db06/attachment.html>
More information about the vc
mailing list