Mercurial > dropbear
diff svr-session.c @ 1411:798854f62430 fuzz
merge from main
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 14 Jun 2017 23:31:42 +0800 |
parents | 6c92e97553f1 e8f67918fdc9 |
children | 5916af64acd4 |
line wrap: on
line diff
--- a/svr-session.c Sun Jun 11 21:39:40 2017 +0800 +++ b/svr-session.c Wed Jun 14 23:31:42 2017 +0800 @@ -67,7 +67,7 @@ {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[] = {