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)
- 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 e4db59bcc..8e1604e21 100644
--- a/ssh.c
+++ b/ssh.c
@@ -39,7 +39,7 @@
39 */ 39 */
40 40
41#include "includes.h" 41#include "includes.h"
42RCSID("$OpenBSD: ssh.c,v 1.157 2001/12/28 15:06:00 markus Exp $"); 42RCSID("$OpenBSD: ssh.c,v 1.158 2002/01/16 13:17:51 markus Exp $");
43 43
44#include <openssl/evp.h> 44#include <openssl/evp.h>
45#include <openssl/err.h> 45#include <openssl/err.h>
@@ -841,7 +841,7 @@ ssh_init_forwarding(void)
841 options.local_forwards[i].port, 841 options.local_forwards[i].port,
842 options.local_forwards[i].host, 842 options.local_forwards[i].host,
843 options.local_forwards[i].host_port); 843 options.local_forwards[i].host_port);
844 success += channel_request_local_forwarding( 844 success += channel_setup_local_fwd_listener(
845 options.local_forwards[i].port, 845 options.local_forwards[i].port,
846 options.local_forwards[i].host, 846 options.local_forwards[i].host,
847 options.local_forwards[i].host_port, 847 options.local_forwards[i].host_port,