=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/canohost.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/usr.bin/ssh/canohost.c 1999/09/29 21:14:16 1.2 +++ src/usr.bin/ssh/canohost.c 1999/09/30 05:53:04 1.3 @@ -14,7 +14,7 @@ */ #include "includes.h" -RCSID("$Id: canohost.c,v 1.2 1999/09/29 21:14:16 deraadt Exp $"); +RCSID("$Id: canohost.c,v 1.3 1999/09/30 05:53:04 deraadt Exp $"); #include "packet.h" #include "xmalloc.h" @@ -99,7 +99,6 @@ check_ip_options: -#ifdef IP_OPTIONS /* 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; it can be used to pretend you are somebody (ip-address) you are not. @@ -132,7 +131,6 @@ inet_ntoa(from.sin_addr), text); } } -#endif return xstrdup(name); }