Mercurial > dropbear
comparison cli-runopts.c @ 574:b6665c1eac43
Remove extraneous semicolon
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 10 Sep 2009 11:12:31 +0000 |
parents | 005530560594 |
children | f9b5dc0cba61 |
comparison
equal
deleted
inserted
replaced
573:d3ea8b9672f0 | 574:b6665c1eac43 |
---|---|
478 * Ports for hosts can be specified as host/port. | 478 * Ports for hosts can be specified as host/port. |
479 */ | 479 */ |
480 static void parse_multihop_hostname(const char* orighostarg, const char* argv0) { | 480 static void parse_multihop_hostname(const char* orighostarg, const char* argv0) { |
481 char *userhostarg = NULL; | 481 char *userhostarg = NULL; |
482 char *hostbuf = NULL; | 482 char *hostbuf = NULL; |
483 char *last_hop = NULL;; | 483 char *last_hop = NULL; |
484 char *remainder = NULL; | 484 char *remainder = NULL; |
485 | 485 |
486 /* both scp and rsync parse a user@host argument | 486 /* both scp and rsync parse a user@host argument |
487 * and turn it into "-l user host". This breaks | 487 * and turn it into "-l user host". This breaks |
488 * for our multihop syntax, so we suture it back together. | 488 * for our multihop syntax, so we suture it back together. |