summaryrefslogtreecommitdiff
path: root/session.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-03-22 02:54:23 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-03-22 02:54:23 +0000
commit6328ab39891ea64ccd5c91e9be2ec5c4f843bbd0 (patch)
tree1cbd94cc201fc901cf33ea52191421eda89e6dd0 /session.c
parent08105192fdb9441284ac37e309f6359d74aee596 (diff)
- 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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/session.c b/session.c
index 1b0d652e4..bd80723b1 100644
--- a/session.c
+++ b/session.c
@@ -33,7 +33,7 @@
33 */ 33 */
34 34
35#include "includes.h" 35#include "includes.h"
36RCSID("$OpenBSD: session.c,v 1.131 2002/03/19 10:35:39 markus Exp $"); 36RCSID("$OpenBSD: session.c,v 1.132 2002/03/19 10:49:35 markus Exp $");
37 37
38#include "ssh.h" 38#include "ssh.h"
39#include "ssh1.h" 39#include "ssh1.h"
@@ -1431,7 +1431,7 @@ session_pty_req(Session *s)
1431{ 1431{
1432 u_int len; 1432 u_int len;
1433 int n_bytes; 1433 int n_bytes;
1434 1434
1435 if (no_pty_flag) { 1435 if (no_pty_flag) {
1436 debug("Allocating a pty not permitted for this authentication."); 1436 debug("Allocating a pty not permitted for this authentication.");
1437 return 0; 1437 return 0;