summaryrefslogtreecommitdiff
path: root/session.c
diff options
context:
space:
mode:
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;