[ntpsec commit] Patch so complaint about obsolete requestkey will be nicer.

Eric S. Raymond esr at ntpsec.org
Tue Oct 13 12:44:50 UTC 2015


Module:    ntpsec
Branch:    master
Commit:    93aa53663c718e360c8382b80f25200c58498320
Changeset: http://git.ntpsec.org/ntpsec/commit/?id=93aa53663c718e360c8382b80f25200c58498320

Author:    Eric S. Raymond <esr at thyrsus.com>
Date:      Tue Oct 13 08:44:41 2015 -0400

Patch so complaint about obsolete requestkey will be nicer.

---

 ntpd/keyword-gen.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ntpd/keyword-gen.c b/ntpd/keyword-gen.c
index 69d2121..0a213f1 100644
--- a/ntpd/keyword-gen.c
+++ b/ntpd/keyword-gen.c
@@ -70,6 +70,7 @@ struct key_tok ntp_keywords[] = {
 { "unpeer",		T_Unpeer,		FOLLBY_STRING },
 /* authentication_command */
 { "controlkey",		T_ControlKey,		FOLLBY_TOKEN },
+{ "requestkey",		T_Requestkey,		FOLLBY_TOKEN }, /* dummy */
 { "crypto",		T_Crypto,		FOLLBY_TOKEN },
 { "keys",		T_Keys,			FOLLBY_STRING },
 { "keysdir",		T_Keysdir,		FOLLBY_STRING },



More information about the vc mailing list