mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 09:29:52 +03:00
Mayaqua/FileIO: Fix typo causing segmentation fault on Hamcore cache expiration
This commit is contained in:
parent
7acd52d724
commit
2923b5500a
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user