summaryrefslogtreecommitdiffstats
path: root/contrib/cvs/src/client.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/cvs/src/client.c')
-rw-r--r--contrib/cvs/src/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cvs/src/client.c b/contrib/cvs/src/client.c
index ef2155f..aae404a 100644
--- a/contrib/cvs/src/client.c
+++ b/contrib/cvs/src/client.c
@@ -4818,7 +4818,6 @@ start_rsh_server (root, to_server, from_server)
const char **p = argv;
*p++ = cvs_rsh;
- *p++ = root->hostname;
/* If the login names differ between client and server
* pass it on to rsh.
@@ -4829,6 +4828,7 @@ start_rsh_server (root, to_server, from_server)
*p++ = root->username;
}
+ *p++ = root->hostname;
*p++ = command;
*p++ = NULL;
OpenPOWER on IntegriCloud