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

Diff for /src/usr.bin/ssh/canohost.c between version 1.2 and 1.3

version 1.2, 1999/09/29 21:14:16 version 1.3, 1999/09/30 05:53:04
Line 99 
Line 99 
   
  check_ip_options:   check_ip_options:
   
 #ifdef IP_OPTIONS  
   /* If IP options are supported, make sure there are none (log and clear    /* If IP options are supported, make sure there are none (log and clear
      them if any are found).  Basically we are worried about source routing;       them if any are found).  Basically we are worried about source routing;
      it can be used to pretend you are somebody (ip-address) you are not.       it can be used to pretend you are somebody (ip-address) you are not.
Line 132 
Line 131 
                           inet_ntoa(from.sin_addr), text);                            inet_ntoa(from.sin_addr), text);
       }        }
   }    }
 #endif  
   
   return xstrdup(name);    return xstrdup(name);
 }  }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3