[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.174 and 1.175

version 1.174, 2004/05/09 01:19:28 version 1.175, 2004/05/11 19:01:43
Line 1506 
Line 1506 
 static int  static int
 session_break_req(Session *s)  session_break_req(Session *s)
 {  {
         u_int break_length;  
   
         break_length = packet_get_int();        /* ignored */          packet_get_int();       /* ignored */
         packet_check_eom();          packet_check_eom();
   
         if (s->ttyfd == -1 ||          if (s->ttyfd == -1 ||

Legend:
Removed from v.1.174  
changed lines
  Added in v.1.175