summaryrefslogtreecommitdiff
path: root/ssh.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2002-01-22 23:29:22 +1100
committerDamien Miller <djm@mindrot.org>2002-01-22 23:29:22 +1100
commitb16461ce452a53f99b445fae0f935d16cdc104cb (patch)
tree516fd394b51111e6fc33e8932a5e1389ce348c30 /ssh.c
parentb51ed391618d5c5ac5b7950a4743f45d5cf5898e (diff)
downloadopenssh-git-b16461ce452a53f99b445fae0f935d16cdc104cb.tar.gz
- markus@cvs.openbsd.org 2002/01/16 13:17:51
[channels.c channels.h serverloop.c ssh.c] wrapper for channel_setup_fwd_listener
Diffstat (limited to 'ssh.c')
-rw-r--r--ssh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh.c b/ssh.c
index e4db59bc..8e1604e2 100644
--- a/ssh.c
+++ b/ssh.c
@@ -39,7 +39,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: ssh.c,v 1.157 2001/12/28 15:06:00 markus Exp $");
+RCSID("$OpenBSD: ssh.c,v 1.158 2002/01/16 13:17:51 markus Exp $");
#include <openssl/evp.h>
#include <openssl/err.h>
@@ -841,7 +841,7 @@ ssh_init_forwarding(void)
options.local_forwards[i].port,
options.local_forwards[i].host,
options.local_forwards[i].host_port);
- success += channel_request_local_forwarding(
+ success += channel_setup_local_fwd_listener(
options.local_forwards[i].port,
options.local_forwards[i].host,
options.local_forwards[i].host_port,