You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
265 B
11 lines
265 B
6 years ago
|
--- netkit-rsh-0.16/rlogin/rlogin.c.rsh Fri Mar 3 08:59:37 2000
|
||
|
+++ netkit-rsh-0.16/rlogin/rlogin.c Fri Mar 3 08:59:45 2000
|
||
|
@@ -194,6 +194,7 @@
|
||
|
p = argv[0];
|
||
|
|
||
|
if (strcmp(p, "rlogin"))
|
||
|
+ if (strcmp(p, "rsh"))
|
||
|
host = p;
|
||
|
|
||
|
/* handle "rlogin host flags" */
|