diff options
author | 2001-06-30 18:08:39 +0000 | |
---|---|---|
committer | 2001-06-30 18:08:39 +0000 | |
commit | 88c1fe6fa17c1afc245d2b9036debf0167b1976f (patch) | |
tree | 1913db6ec927fb2edc4784d408cc2ca0e57c224b /usr.bin/ssh/clientloop.c | |
parent | Default login style is now krb4-or-pwd, not krb-or-pwd. (diff) | |
download | wireguard-openbsd-88c1fe6fa17c1afc245d2b9036debf0167b1976f.tar.xz wireguard-openbsd-88c1fe6fa17c1afc245d2b9036debf0167b1976f.zip |
adress -> address; ok markus@
Diffstat (limited to 'usr.bin/ssh/clientloop.c')
-rw-r--r-- | usr.bin/ssh/clientloop.c | 4 |
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); |