mirror of
https://github.com/HavocFramework/Havoc
synced 2026-06-08 11:13:29 +00:00
Merge pull request #434 from HavocFramework/revert-430-feature_fix_remove_download_item_from_list
Revert "Iterate to next non-null dowloand item instead of breaking for loop"
This commit is contained in:
@@ -220,7 +220,7 @@ VOID DownloadPush()
|
||||
{
|
||||
DownLast->Next = Download->Next;
|
||||
DownloadFree( Download );
|
||||
Download = DownLast->Next;//Iterate to next non-null item Just Like the code `Socket = SkLast->Next;` located in Socket.c - void SocketCleanDead()
|
||||
DownLast = NULL;
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user