mirror of
https://github.com/clearml/dropbear
synced 2025-06-26 18:17:32 +00:00
when pointer, use NULL instead of 0
This commit is contained in:
@@ -81,7 +81,7 @@ static const packettype cli_packettypes[] = {
|
||||
{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[] = {
|
||||
|
||||
Reference in New Issue
Block a user