mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-07-06 15:54:57 +03:00
Mayaqua/FileIO: Fix typo causing segmentation fault on Hamcore cache expiration
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user