summaryrefslogtreecommitdiffhomepage
path: root/svr-session.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2017-06-03 09:41:09 +0800
committerGitHub <noreply@github.com>2017-06-03 09:41:09 +0800
commit4bba3268d5ad0a450f0f3d1b07cd600add47062b (patch)
tree079f7af36bf97dfa3bbe15650b0643351c045b34 /svr-session.c
parent92c4f20089ec1f408e0147911631b750617b0ec9 (diff)
parent5f76e4c1ede157ca5a51c2189984e8ee57778d86 (diff)
Merge pull request #40 from fperrad/20161119_lint
more lintings
Diffstat (limited to 'svr-session.c')
-rw-r--r--svr-session.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/svr-session.c b/svr-session.c
index febe79a..297d07f 100644
--- a/svr-session.c
+++ b/svr-session.c
@@ -66,7 +66,7 @@ static const packettype svr_packettypes[] = {
{SSH_MSG_CHANNEL_OPEN_CONFIRMATION, recv_msg_channel_open_confirmation},
{SSH_MSG_CHANNEL_OPEN_FAILURE, recv_msg_channel_open_failure},
#endif
- {0, 0} /* End */
+ {0, NULL} /* End */
};
static const struct ChanType *svr_chantypes[] = {