]> andersk Git - openssh.git/blobdiff - session.c
- markus@cvs.openbsd.org 2002/03/19 10:49:35
[openssh.git] / session.c
index 1b0d652e4aab22331bf67dfb06a81ec06eb6779a..bd80723b1da992e7408c21c46779448bd846bf41 100644 (file)
--- a/session.c
+++ b/session.c
@@ -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;
This page took 0.027335 seconds and 4 git commands to generate.