summaryrefslogtreecommitdiff
path: root/ssh.c
diff options
context:
space:
mode:
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,