diff options
Diffstat (limited to 'cli-agentfwd.c')
-rw-r--r-- | cli-agentfwd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli-agentfwd.c b/cli-agentfwd.c index 08a35e9..2821f62 100644 --- a/cli-agentfwd.c +++ b/cli-agentfwd.c @@ -52,6 +52,7 @@ const struct ChanType cli_chan_agent = { new_agent_chan, NULL, NULL, + NULL, NULL }; |