[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.50 and 1.51

version 1.50, 2009/04/27 06:08:10 version 1.51, 2009/06/05 00:20:46
Line 2396 
Line 2396 
         if (net < 0)          if (net < 0)
             continue;              continue;
   
           if (rdomain) {
                   if (setsockopt(net, IPPROTO_IP, SO_RDOMAIN, &rdomain,
                       sizeof(rdomain)) == -1)
                           perror("setsockopt (SO_RDOMAIN)");
           }
   
         if (aliasp) {          if (aliasp) {
             struct addrinfo ahints, *ares;              struct addrinfo ahints, *ares;
   

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.51