channel: Fix the name scheme of the forward functions.

This commit is contained in:
Andreas Schneider
2014-01-16 09:06:56 +01:00
parent a1c4fc07d4
commit 5229253f86
5 changed files with 40 additions and 24 deletions

View File

@@ -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