mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Use uint16_t instead of in_port_t for consistency with the SCTP code.
MFC after: 1 week
This commit is contained in:
parent
7fb93a40c2
commit
a28c9ff0b7
1 changed files with 1 additions and 1 deletions
|
|
@ -3561,7 +3561,7 @@ sctp_process_cmsgs_for_init(struct sctp_tcb *stcb, struct mbuf *control, int *er
|
|||
|
||||
static struct sctp_tcb *
|
||||
sctp_findassociation_cmsgs(struct sctp_inpcb **inp_p,
|
||||
in_port_t port,
|
||||
uint16_t port,
|
||||
struct mbuf *control,
|
||||
struct sctp_nets **net_p,
|
||||
int *error)
|
||||
|
|
|
|||
Loading…
Reference in a new issue