diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2002-03-22 03:54:23 +0100 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2002-03-22 03:54:23 +0100 |
commit | 6328ab39891ea64ccd5c91e9be2ec5c4f843bbd0 (patch) | |
tree | 1cbd94cc201fc901cf33ea52191421eda89e6dd0 /session.c | |
parent | - markus@cvs.openbsd.org 2002/03/19 10:35:39 (diff) | |
download | openssh-6328ab39891ea64ccd5c91e9be2ec5c4f843bbd0.tar.xz openssh-6328ab39891ea64ccd5c91e9be2ec5c4f843bbd0.zip |
- markus@cvs.openbsd.org 2002/03/19 10:49:35
[auth-krb5.c auth-rh-rsa.c auth.c cipher.c key.c misc.h packet.c session.c
sftp-client.c sftp-glob.h sftp.c ssh-add.c ssh.c sshconnect2.c sshd.c
ttymodes.c]
KNF whitespace
Diffstat (limited to 'session.c')
-rw-r--r-- | session.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -33,7 +33,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: session.c,v 1.131 2002/03/19 10:35:39 markus Exp $"); +RCSID("$OpenBSD: session.c,v 1.132 2002/03/19 10:49:35 markus Exp $"); #include "ssh.h" #include "ssh1.h" @@ -1431,7 +1431,7 @@ session_pty_req(Session *s) { u_int len; int n_bytes; - + if (no_pty_flag) { debug("Allocating a pty not permitted for this authentication."); return 0; |