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

Diff for /src/usr.bin/telnet/main.c between version 1.31 and 1.32

version 1.31, 2015/11/13 17:01:12 version 1.32, 2015/11/13 17:04:48
Line 163 
Line 163 
                 }                  }
         }          }
   
           if (rtableid >= 0)
                   if (setrtable(rtableid) == -1) {
                           perror("setrtable");
                           exit(1);
                   }
   
         if (autologin == -1)          if (autologin == -1)
                 autologin = (rlogin == _POSIX_VDISABLE) ? 0 : 1;                  autologin = (rlogin == _POSIX_VDISABLE) ? 0 : 1;
   

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32