Remove assignment without effect.
MFC after: 3 days
This commit is contained in:
parent
9e8c9c9ef6
commit
6863ab0b8b
@ -658,7 +658,6 @@ sctp_free_hmaclist(sctp_hmaclist_t *list)
|
||||
{
|
||||
if (list != NULL) {
|
||||
SCTP_FREE(list, SCTP_M_AUTH_HL);
|
||||
list = NULL;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user