mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 09:54:25 +09:00
tests: Fix build warning.
This commit is contained in:
@@ -68,7 +68,6 @@ static void torture_options_set_port(void **state) {
|
|||||||
|
|
||||||
static void torture_options_get_port(void **state) {
|
static void torture_options_get_port(void **state) {
|
||||||
ssh_session session = *state;
|
ssh_session session = *state;
|
||||||
ssh_session uninitialized_session = NULL;
|
|
||||||
unsigned int given_port = 1234;
|
unsigned int given_port = 1234;
|
||||||
unsigned int port_container;
|
unsigned int port_container;
|
||||||
int rc;
|
int rc;
|
||||||
|
|||||||
Reference in New Issue
Block a user