From e444f0cfe67c71d3f38854f27cefae9aea6c4cd9 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Mon, 18 Jul 2005 14:32:52 +0000 Subject: - progress towards client agent forwarding (incomplete and does not compile) --HG-- branch : agent-client extra : convert_revision : 01038174ec27245b51bd43a66c01ad930880f67b --- cli-session.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cli-session.c') diff --git a/cli-session.c b/cli-session.c index 8b58526..9112e98 100644 --- a/cli-session.c +++ b/cli-session.c @@ -72,6 +72,9 @@ static const packettype cli_packettypes[] = { static const struct ChanType *cli_chantypes[] = { #ifdef ENABLE_CLI_REMOTETCPFWD &cli_chan_tcpremote, +#endif +#ifdef ENABLE_CLI_AGENTFWD + &cli_chan_agent, #endif NULL /* Null termination */ }; -- cgit v1.2.3