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

Diff for /src/usr.bin/ssh/ttymodes.c between version 1.12 and 1.13

version 1.12, 2001/04/14 16:33:20 version 1.13, 2001/04/15 01:35:22
Line 428 
Line 428 
                         } else {                          } else {
                                 /*                                  /*
                                  * SSH2:                                   * SSH2:
                                  * Opcodes 0 to 159 are defined to have                                   * Opcodes 1 to 159 are defined to have
                                  * a uint32 argument.                                   * a uint32 argument.
                                  * Opcodes 160 to 255 are undefined and                                   * Opcodes 160 to 255 are undefined and
                                  * cause parsing to stop.                                   * cause parsing to stop.
Line 453 
Line 453 
                 return;         /* Don't process bytes passed */                  return;         /* Don't process bytes passed */
         }          }
         if (failure == -1)          if (failure == -1)
                 return;         /* Packet parsed ok but tty stuff failed */                  return;         /* Packet parsed ok but tcgetattr() failed */
   
         /* Set the new modes for the terminal. */          /* Set the new modes for the terminal. */
         if (tcsetattr(fd, TCSANOW, &tio) == -1)          if (tcsetattr(fd, TCSANOW, &tio) == -1)

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13