Compare commits
1 Commits
dev
...
a11dacd960
| Author | SHA1 | Date | |
|---|---|---|---|
| a11dacd960 |
@@ -51,6 +51,7 @@ typedef struct Config {
|
|||||||
int max_depth;
|
int max_depth;
|
||||||
FILE* log_file;
|
FILE* log_file;
|
||||||
int queue_size;
|
int queue_size;
|
||||||
|
bool partial;
|
||||||
} Config;
|
} Config;
|
||||||
|
|
||||||
#define PROTOCOL_VERSION "1.3.0"
|
#define PROTOCOL_VERSION "1.3.0"
|
||||||
|
|||||||
@@ -42,4 +42,6 @@ static void test_ssh_connect_unreachable() {
|
|||||||
void test_transport_ssh() {
|
void test_transport_ssh() {
|
||||||
test_ssh_connect_invalid_dest_no_colon();
|
test_ssh_connect_invalid_dest_no_colon();
|
||||||
test_ssh_connect_invalid_dest_empty();
|
test_ssh_connect_invalid_dest_empty();
|
||||||
|
test_ssh_connect_malformed();
|
||||||
|
test_ssh_connect_unreachable();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user