Remove assignment without effect.

MFC after:	3 days
This commit is contained in:
Michael Tuexen 2020-05-18 19:48:38 +00:00
parent 9e8c9c9ef6
commit 6863ab0b8b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=361227

View File

@ -658,7 +658,6 @@ sctp_free_hmaclist(sctp_hmaclist_t *list)
{
if (list != NULL) {
SCTP_FREE(list, SCTP_M_AUTH_HL);
list = NULL;
}
}