Mercurial > dropbear
diff cli-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 | e7f11ed5fe28 |
children | 38c6bcbf4f4a |
line wrap: on
line diff
--- a/cli-session.c Sat Nov 19 15:07:42 2016 +0100 +++ b/cli-session.c Fri Jun 02 18:14:31 2017 +0200 @@ -81,7 +81,7 @@ {SSH_MSG_REQUEST_SUCCESS, ignore_recv_response}, {SSH_MSG_REQUEST_FAILURE, ignore_recv_response}, #endif - {0, 0} /* End */ + {0, NULL} /* End */ }; static const struct ChanType *cli_chantypes[] = {