diff svr-session.c @ 1404:e8f67918fdc9

when pointer, use NULL instead of 0
author Francois Perrad <francois.perrad@gadz.org>
date Fri, 02 Jun 2017 18:14:31 +0200
parents 2c9dac2d6707
children 798854f62430 0c16b4ccbd54
line wrap: on
line diff
--- a/svr-session.c	Sat Nov 19 15:07:42 2016 +0100
+++ b/svr-session.c	Fri Jun 02 18:14:31 2017 +0200
@@ -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[] = {