mirror of
https://github.com/clearml/dropbear
synced 2025-03-04 02:57:46 +00:00
Remove extraneous semicolon
--HG-- extra : convert_revision : ea33f9576dd0ff344d6f1d150a01265470f56131
This commit is contained in:
parent
52551cb771
commit
95a01f9002
@ -480,7 +480,7 @@ multihop_passthrough_args() {
|
|||||||
static void parse_multihop_hostname(const char* orighostarg, const char* argv0) {
|
static void parse_multihop_hostname(const char* orighostarg, const char* argv0) {
|
||||||
char *userhostarg = NULL;
|
char *userhostarg = NULL;
|
||||||
char *hostbuf = NULL;
|
char *hostbuf = NULL;
|
||||||
char *last_hop = NULL;;
|
char *last_hop = NULL;
|
||||||
char *remainder = NULL;
|
char *remainder = NULL;
|
||||||
|
|
||||||
/* both scp and rsync parse a user@host argument
|
/* both scp and rsync parse a user@host argument
|
||||||
|
Loading…
Reference in New Issue
Block a user