svn commit: r251104 - stable/8/crypto/openssh

Dag-Erling Smørgrav des at FreeBSD.org
Wed May 29 16:55:33 UTC 2013


Author: des
Date: Wed May 29 16:55:33 2013
New Revision: 251104
URL: http://svnweb.freebsd.org/changeset/base/251104

Log:
  MF9 (r248915): remove harmless duplicate entry for VersionAddendum.

Modified:
  stable/8/crypto/openssh/servconf.c

Modified: stable/8/crypto/openssh/servconf.c
==============================================================================
--- stable/8/crypto/openssh/servconf.c	Wed May 29 16:51:03 2013	(r251103)
+++ stable/8/crypto/openssh/servconf.c	Wed May 29 16:55:33 2013	(r251104)
@@ -499,7 +499,6 @@ static struct {
 	{ "kexalgorithms", sKexAlgorithms, SSHCFG_GLOBAL },
 	{ "ipqos", sIPQoS, SSHCFG_ALL },
 	{ "versionaddendum", sVersionAddendum, SSHCFG_GLOBAL },
-	{ "versionaddendum", sVersionAddendum, SSHCFG_GLOBAL },
 	{ "hpndisabled", sHPNDisabled, SSHCFG_ALL },
 	{ "hpnbuffersize", sHPNBufferSize, SSHCFG_ALL },
 	{ "tcprcvbufpoll", sTcpRcvBufPoll, SSHCFG_ALL },


More information about the svn-src-all mailing list