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

Diff for /src/usr.bin/telnet/commands.c between version 1.23 and 1.24

version 1.23, 1999/12/11 09:08:08 version 1.24, 1999/12/11 22:12:00
Line 2482 
Line 2482 
             getnameinfo(res->ai_addr, res->ai_addrlen, hbuf, sizeof(hbuf),              getnameinfo(res->ai_addr, res->ai_addrlen, hbuf, sizeof(hbuf),
                 NULL, 0, NI_NUMERICHOST);                  NULL, 0, NI_NUMERICHOST);
             fprintf(stderr, "telnet: connect to address %s: ", hbuf);              fprintf(stderr, "telnet: connect to address %s: ", hbuf);
               perror("");
   
             close(net);              close(net);
             net = -1;              net = -1;

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24