svn commit: r294497 - head/crypto/openssh

Dag-Erling Smørgrav des at FreeBSD.org
Thu Jan 21 12:41:03 UTC 2016


Author: des
Date: Thu Jan 21 12:41:02 2016
New Revision: 294497
URL: https://svnweb.freebsd.org/changeset/base/294497

Log:
  Explain why we don't include VersionAddendum in the debug mode banner.

Modified:
  head/crypto/openssh/ssh.c

Modified: head/crypto/openssh/ssh.c
==============================================================================
--- head/crypto/openssh/ssh.c	Thu Jan 21 11:54:34 2016	(r294496)
+++ head/crypto/openssh/ssh.c	Thu Jan 21 12:41:02 2016	(r294497)
@@ -990,6 +990,7 @@ main(int ac, char **av)
 	    SYSLOG_FACILITY_USER, !use_syslog);
 
 	if (debug_flag)
+		/* version_addendum is always NULL at this point */
 		logit("%s, %s", SSH_RELEASE, OPENSSL_VERSION);
 
 	/* Parse the configuration files */


More information about the svn-src-head mailing list