summaryrefslogtreecommitdiff
path: root/clientloop.c
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-07-04 05:15:15 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-07-04 05:15:15 +0000
commit173e646f7e04e559feb8815c27f2ffb13581d91e (patch)
treeb15856646b279599e3f6fce10ce70c0e775f1a05 /clientloop.c
parent1118095d33e01dbec3b627d99d3c4b83b82523dc (diff)
- stevesk@cvs.openbsd.org 2001/06/30 18:08:40
[channels.c channels.h clientloop.c] adress -> address; ok markus@
Diffstat (limited to 'clientloop.c')
-rw-r--r--clientloop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clientloop.c b/clientloop.c
index 70619aa60..83b2d4d8e 100644
--- a/clientloop.c
+++ b/clientloop.c
@@ -59,7 +59,7 @@
59 */ 59 */
60 60
61#include "includes.h" 61#include "includes.h"
62RCSID("$OpenBSD: clientloop.c,v 1.79 2001/06/29 18:38:44 stevesk Exp $"); 62RCSID("$OpenBSD: clientloop.c,v 1.80 2001/06/30 18:08:40 stevesk Exp $");
63 63
64#include "ssh.h" 64#include "ssh.h"
65#include "ssh1.h" 65#include "ssh1.h"
@@ -1055,7 +1055,7 @@ client_request_forwarded_tcpip(const char *request_type, int rchan)
1055 debug("client_request_forwarded_tcpip: listen %s port %d, originator %s port %d", 1055 debug("client_request_forwarded_tcpip: listen %s port %d, originator %s port %d",
1056 listen_address, listen_port, originator_address, originator_port); 1056 listen_address, listen_port, originator_address, originator_port);
1057 1057
1058 sock = channel_connect_by_listen_adress(listen_port); 1058 sock = channel_connect_by_listen_address(listen_port);
1059 if (sock < 0) { 1059 if (sock < 0) {
1060 xfree(originator_address); 1060 xfree(originator_address);
1061 xfree(listen_address); 1061 xfree(listen_address);