aboutsummaryrefslogtreecommitdiff
path: root/tests/client
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2014-01-16 09:06:56 +0100
committerAndreas Schneider <asn@cryptomilk.org>2014-01-16 09:13:06 +0100
commit5229253f8684026b01db4cc6cdf3c149a6358984 (patch)
tree221ba7585ac8e2999520b7bbd74325cbc156ee1d /tests/client
parenta1c4fc07d43fb7a7e1e91bfdadbd3dc62b8ce462 (diff)
downloadlibssh-5229253f8684026b01db4cc6cdf3c149a6358984.tar.gz
libssh-5229253f8684026b01db4cc6cdf3c149a6358984.tar.xz
libssh-5229253f8684026b01db4cc6cdf3c149a6358984.zip
channel: Fix the name scheme of the forward functions.
Diffstat (limited to 'tests/client')
-rw-r--r--tests/client/torture_forward.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/client/torture_forward.c b/tests/client/torture_forward.c
index 73e6e60e..5754386f 100644
--- a/tests/client/torture_forward.c
+++ b/tests/client/torture_forward.c
@@ -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