=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/ssh.c,v retrieving revision 1.93 retrieving revision 1.94 diff -u -r1.93 -r1.94 --- src/usr.bin/ssh/ssh.c 2001/02/08 19:30:52 1.93 +++ src/usr.bin/ssh/ssh.c 2001/02/10 01:46:28 1.94 @@ -39,7 +39,7 @@ */ #include "includes.h" -RCSID("$OpenBSD: ssh.c,v 1.93 2001/02/08 19:30:52 itojun Exp $"); +RCSID("$OpenBSD: ssh.c,v 1.94 2001/02/10 01:46:28 markus Exp $"); #include #include @@ -274,12 +274,6 @@ /* Parse command-line arguments. */ host = NULL; - - /* If program name is not one of the standard names, use it as host name. */ - cp = __progname; - if (strcmp(cp, "rsh") && strcmp(cp, "ssh") && strcmp(cp, "rlogin") && - strcmp(cp, "slogin") && strcmp(cp, "remsh")) - host = cp; for (optind = 1; optind < ac; optind++) { if (av[optind][0] != '-') {