Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/openssh/dist Don't print an empty line a...



details:   https://anonhg.NetBSD.org/src/rev/304634c88949
branches:  trunk
changeset: 326843:304634c88949
user:      gson <gson%NetBSD.org@localhost>
date:      Thu Feb 20 08:20:05 2014 +0000

description:
Don't print an empty line after the debug message "Enabled Dynamic
Window Scaling".

diffstat:

 crypto/external/bsd/openssh/dist/ssh.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 6fc8c437ae38 -r 304634c88949 crypto/external/bsd/openssh/dist/ssh.c
--- a/crypto/external/bsd/openssh/dist/ssh.c    Thu Feb 20 03:48:06 2014 +0000
+++ b/crypto/external/bsd/openssh/dist/ssh.c    Thu Feb 20 08:20:05 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ssh.c,v 1.13 2013/11/08 19:18:25 christos Exp $        */
+/*     $NetBSD: ssh.c,v 1.14 2014/02/20 08:20:05 gson Exp $    */
 /* $OpenBSD: ssh.c,v 1.381 2013/07/25 00:29:10 djm Exp $ */
 /*
  * Author: Tatu Ylonen <ylo%cs.hut.fi@localhost>
@@ -42,7 +42,7 @@
  */
 
 #include "includes.h"
-__RCSID("$NetBSD: ssh.c,v 1.13 2013/11/08 19:18:25 christos Exp $");
+__RCSID("$NetBSD: ssh.c,v 1.14 2014/02/20 08:20:05 gson Exp $");
 #include <sys/types.h>
 #include <sys/param.h>
 #include <sys/ioctl.h>
@@ -1456,7 +1456,7 @@
 
        if ((options.tcp_rcv_buf_poll > 0) && (!options.hpn_disabled)) {
                c->dynamic_window = 1;
-               debug ("Enabled Dynamic Window Scaling\n");
+               debug ("Enabled Dynamic Window Scaling");
        }
        debug3("ssh_session2_open: channel_new: %d", c->self);
 



Home | Main Index | Thread Index | Old Index