mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 09:54:25 +09:00
channel: Fix the name scheme of the forward functions.
This commit is contained in:
@@ -66,7 +66,7 @@ static void torture_ssh_forward(void **state)
|
||||
int bound_port;
|
||||
int rc;
|
||||
|
||||
rc = ssh_forward_listen(session, "127.0.0.1", 8080, &bound_port);
|
||||
rc = ssh_channel_listen_forward(session, "127.0.0.1", 8080, &bound_port);
|
||||
assert_int_equal(rc, SSH_OK);
|
||||
|
||||
#if 0
|
||||
|
||||
Reference in New Issue
Block a user