mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
Remove superfluous cast in usr.bin/netstat/sctp.c.
Found by: clang Submitted by: Norberto Lopes, nlopes dot ml at gmail dot com Approved by: rpaulo (mentor)
This commit is contained in:
parent
471f9e3e00
commit
93f8854c00
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=213620
@ -355,7 +355,7 @@ sctp_process_inpcb(struct xsctp_inpcb *xinpcb, const char *name,
|
||||
first = 0;
|
||||
}
|
||||
if (Lflag && xinpcb->maxqlen == 0) {
|
||||
(int)sctp_skip_xinpcb_ifneed(buf, buflen, offset);
|
||||
sctp_skip_xinpcb_ifneed(buf, buflen, offset);
|
||||
return;
|
||||
}
|
||||
if (Aflag)
|
||||
|
Loading…
Reference in New Issue
Block a user