From 842e8f52e3cd511b48d4f46bbfd67b1c86f30733 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Mon, 6 Jul 2009 12:59:13 +0000 Subject: New standard linked list to use, rather than adhoc SignKeyList or TCPFwdList --- cli-chansession.c | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'cli-chansession.c') diff --git a/cli-chansession.c b/cli-chansession.c index dc8e641..9dc0224 100644 --- a/cli-chansession.c +++ b/cli-chansession.c @@ -424,16 +424,3 @@ void cli_send_chansess_request() { TRACE(("leave cli_send_chansess_request")) } - - -#if 0 - while (cli_opts.localfwds != NULL) { - ret = cli_localtcp(cli_opts.localfwds->listenport, - cli_opts.localfwds->connectaddr, - cli_opts.localfwds->connectport); - if (ret == DROPBEAR_FAILURE) { - dropbear_log(LOG_WARNING, "Failed local port forward %d:%s:%d", - cli_opts.localfwds->listenport, - cli_opts.localfwds->connectaddr, - cli_opts.localfwds->connectport); -#endif -- cgit v1.2.1