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 */
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to