summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/clientloop.c
diff options
context:
space:
mode:
authorKevin Steves <stevesk@cvs.openbsd.org>2001-06-30 18:08:41 +0000
committerKevin Steves <stevesk@cvs.openbsd.org>2001-06-30 18:08:41 +0000
commit5cd1af9f6d4ba6a7dcf692f9f458a5eefe8bc70e (patch)
treeed03eab66fab5c253a0ecefbf65e32a077ec03b2 /usr.bin/ssh/clientloop.c
parent53a81d666224e377a99d3fd4ed41fe6f41f9b69a (diff)
adress -> address; ok markus@
Diffstat (limited to 'usr.bin/ssh/clientloop.c')
-rw-r--r--usr.bin/ssh/clientloop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/clientloop.c b/usr.bin/ssh/clientloop.c
index 70619aa6079..83b2d4d8e3a 100644
--- a/usr.bin/ssh/clientloop.c
+++ b/usr.bin/ssh/clientloop.c
@@ -59,7 +59,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: clientloop.c,v 1.79 2001/06/29 18:38:44 stevesk Exp $");
+RCSID("$OpenBSD: clientloop.c,v 1.80 2001/06/30 18:08:40 stevesk Exp $");
#include "ssh.h"
#include "ssh1.h"
@@ -1055,7 +1055,7 @@ client_request_forwarded_tcpip(const char *request_type, int rchan)
debug("client_request_forwarded_tcpip: listen %s port %d, originator %s port %d",
listen_address, listen_port, originator_address, originator_port);
- sock = channel_connect_by_listen_adress(listen_port);
+ sock = channel_connect_by_listen_address(listen_port);
if (sock < 0) {
xfree(originator_address);
xfree(listen_address);