[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.51 and 1.52

version 1.51, 2009/06/05 00:20:46 version 1.52, 2010/07/03 04:44:51
Line 2396 
Line 2396 
         if (net < 0)          if (net < 0)
             continue;              continue;
   
         if (rdomain) {          if (rtableid) {
                 if (setsockopt(net, IPPROTO_IP, SO_RDOMAIN, &rdomain,                  if (setsockopt(net, IPPROTO_IP, SO_RTABLE, &rtableid,
                     sizeof(rdomain)) == -1)                      sizeof(rtableid)) == -1)
                         perror("setsockopt (SO_RDOMAIN)");                          perror("setsockopt (SO_RTABLE)");
         }          }
   
         if (aliasp) {          if (aliasp) {

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