1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-09-18 01:33:00 +03:00

Mayaqua/FileIO: Fix typo causing segmentation fault on Hamcore cache expiration

This commit is contained in:
Davide Beatrici 2021-05-26 20:46:21 +02:00
parent 7acd52d724
commit 2923b5500a

View File

@ -789,7 +789,7 @@ BUF *ReadHamcore(char *name)
for (UINT i = 0; i < LIST_NUM(to_delete); ++i)
{
HC *c = LIST_DATA(hamcore, i);
HC *c = LIST_DATA(to_delete, i);
Delete(hamcore, c);