From 787b2ec18c013a5076765f93882550918658ea89 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Fri, 21 Nov 2003 23:56:47 +1100 Subject: more whitespace (tabs this time) --- channels.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'channels.c') diff --git a/channels.c b/channels.c index 4150b550..25f85c8b 100644 --- a/channels.c +++ b/channels.c @@ -1035,7 +1035,7 @@ channel_decode_socks5(Channel *c, fd_set * readset, fd_set * writeset) else if (inet_ntop(af, dest_addr, c->path, sizeof(c->path)) == NULL) return -1; c->host_port = ntohs(dest_port); - + debug2("channel %d: dynamic request: socks5 host %s port %u command %u", c->self, c->path, c->host_port, s5_req.command); -- cgit v1.2.3