diff svr-session.c @ 1439:8d24733026c5 coverity

merge
author Matt Johnston <matt@ucc.asn.au>
date Sat, 24 Jun 2017 23:33:16 +0800
parents e8f67918fdc9
children 798854f62430 0c16b4ccbd54
line wrap: on
line diff
--- a/svr-session.c	Sat Jun 03 00:10:58 2017 +0800
+++ b/svr-session.c	Sat Jun 24 23:33:16 2017 +0800
@@ -66,7 +66,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[] = {