Remove extraneous semicolon

--HG--
extra : convert_revision : ea33f9576dd0ff344d6f1d150a01265470f56131
This commit is contained in:
Matt Johnston 2009-09-10 11:12:31 +00:00
parent 52551cb771
commit 95a01f9002

View File

@ -480,7 +480,7 @@ multihop_passthrough_args() {
static void parse_multihop_hostname(const char* orighostarg, const char* argv0) {
char *userhostarg = NULL;
char *hostbuf = NULL;
char *last_hop = NULL;;
char *last_hop = NULL;
char *remainder = NULL;
/* both scp and rsync parse a user@host argument