diff options
author | Stefan Siegl <stesie@brokenpipe.de> | 2004-10-09 09:57:20 +0000 |
---|---|---|
committer | Stefan Siegl <stesie@brokenpipe.de> | 2004-10-09 09:57:20 +0000 |
commit | bc1c6bb6e5d17f5b7791beace5485d8d9bcb1b20 (patch) | |
tree | c7b752299d5b42953578b6d284698626c8c8f3fe | |
parent | a95638db607824aed73584f98e0596304e121b65 (diff) |
care for --port option
-rw-r--r-- | cvs_ext.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -63,6 +63,7 @@ cvs_ext_connect(FILE **send, FILE **recv) } execlp(config.cvs_shell_client, config.cvs_shell_client, + "-p", config.cvs_port ? config.cvs_port : 22, "-l", config.cvs_username, config.cvs_hostname, "--", "cvs", "server", NULL); exit(1); |