[ssh.c]
     debug->debug2
This commit is contained in:
Ben Lindstrom 2002-12-23 02:08:57 +00:00
parent 93576d9538
commit 604dc72890
2 changed files with 6 additions and 3 deletions

View File

@ -20,6 +20,9 @@
[auth-krb5.c auth1.c hostfile.h monitor_wrap.c sftp-client.c sftp-int.c ssh-add.c ssh-rsa.c
sshconnect.c]
KNF
- markus@cvs.openbsd.org 2002/11/21 23:04:33
[ssh.c]
debug->debug2
20021205
- (djm) PERL-free fixpaths from stuge-openssh-unix-dev@cdy.org
@ -855,4 +858,4 @@
save auth method before monitor_reset_key_state(); bugzilla bug #284;
ok provos@
$Id: ChangeLog,v 1.2520 2002/12/23 02:06:19 mouring Exp $
$Id: ChangeLog,v 1.2521 2002/12/23 02:08:57 mouring Exp $

4
ssh.c
View File

@ -40,7 +40,7 @@
*/
#include "includes.h"
RCSID("$OpenBSD: ssh.c,v 1.186 2002/09/19 01:58:18 djm Exp $");
RCSID("$OpenBSD: ssh.c,v 1.187 2002/11/21 23:04:33 markus Exp $");
#include <openssl/evp.h>
#include <openssl/err.h>
@ -1026,7 +1026,7 @@ ssh_session2_setup(int id, void *arg)
int interactive = 0;
struct termios tio;
debug("ssh_session2_setup: id %d", id);
debug2("ssh_session2_setup: id %d", id);
if (tty_flag) {
struct winsize ws;