Use NULL instead of 0.

MFC after: 1 month.
This commit is contained in:
Michael Tuexen 2012-01-06 20:20:59 +00:00
parent 71eeeaf256
commit aa1808b71f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=229729

View File

@ -1460,7 +1460,7 @@ sctp_timeout_handler(void *t)
type = tmr->type;
if (inp) {
SCTP_INP_INCR_REF(inp);
if ((inp->sctp_socket == 0) &&
if ((inp->sctp_socket == NULL) &&
((tmr->type != SCTP_TIMER_TYPE_INPKILL) &&
(tmr->type != SCTP_TIMER_TYPE_INIT) &&
(tmr->type != SCTP_TIMER_TYPE_SEND) &&