Whitespace changes due to upstreaming r363079.

This commit is contained in:
Michael Tuexen 2020-07-10 16:59:06 +00:00
parent 052c5ec4d0
commit 4ef7c2f28f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=363080
2 changed files with 3 additions and 2 deletions

View File

@ -100,6 +100,7 @@ sctp_finish(void *unused __unused)
EVENTHANDLER_DEREGISTER(rt_addrmsg, SCTP_BASE_VAR(eh_tag));
sctp_pcb_finish();
}
VNET_SYSUNINIT(sctp, SI_SUB_PROTO_DOMAIN, SI_ORDER_FOURTH, sctp_finish, NULL);
#endif