[BACK]Return to session.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/session.c between version 1.267 and 1.268

version 1.267, 2013/10/14 21:20:52 version 1.268, 2013/10/29 09:48:02
Line 1700 
Line 1700 
         u_int len;          u_int len;
         int n_bytes;          int n_bytes;
   
         if (no_pty_flag) {          if (no_pty_flag || !options.permit_tty) {
                 debug("Allocating a pty not permitted for this authentication.");                  debug("Allocating a pty not permitted for this authentication.");
                 return 0;                  return 0;
         }          }

Legend:
Removed from v.1.267  
changed lines
  Added in v.1.268