[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.14.2.2 and 1.14.2.3

version 1.14.2.2, 2002/05/17 00:03:25 version 1.14.2.3, 2002/06/22 07:23:18
Line 307 
Line 307 
         else          else
                 packet_put_raw(buffer_ptr(&buf), buffer_len(&buf));                  packet_put_raw(buffer_ptr(&buf), buffer_len(&buf));
         buffer_free(&buf);          buffer_free(&buf);
         return;  
 }  }
   
 /*  /*
Line 457 
Line 456 
         /* 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)
                 log("Setting tty modes failed: %.100s", strerror(errno));                  log("Setting tty modes failed: %.100s", strerror(errno));
         return;  
 }  }

Legend:
Removed from v.1.14.2.2  
changed lines
  Added in v.1.14.2.3