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

Diff for /src/usr.bin/telnet/telnet.c between version 1.25 and 1.26

version 1.25, 2014/07/20 08:56:47 version 1.26, 2014/07/20 10:18:10
Line 655 
Line 655 
                          TELQUAL_IS, name, IAC, SE);                           TELQUAL_IS, name, IAC, SE);
                 ring_supply_data(&netoring, temp, len);                  ring_supply_data(&netoring, temp, len);
                 printsub('>', &temp[2], len-2);                  printsub('>', &temp[2], len-2);
             } else {              } else
                 ExitString("No room in buffer for terminal type.\n", 1);                  ExitString("No room in buffer for terminal type.\n", 1);
                 /*NOTREACHED*/  
             }  
         }          }
         break;          break;
     case TELOPT_TSPEED:      case TELOPT_TSPEED:

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26