The unified diff between revisions [8a7db1e2..] and [78d02301..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'cli-session.c'
# # # patch "cli-session.c" # from [cabc7b8894956e769dd7fc6754aabfc31b10adce] # to [7c6dc26c6d23f92785979f9e89da6e42630b15e1] # ============================================================ --- cli-session.c cabc7b8894956e769dd7fc6754aabfc31b10adce +++ cli-session.c 7c6dc26c6d23f92785979f9e89da6e42630b15e1 @@ -71,6 +71,9 @@ static const struct ChanType *cli_chanty #ifdef ENABLE_CLI_REMOTETCPFWD &cli_chan_tcpremote, #endif +#ifdef ENABLE_CLI_AGENTFWD + &cli_chan_agent, +#endif NULL /* Null termination */ };