use CURLE_OK

This commit is contained in:
lightbulblighter 2022-06-07 03:07:52 -07:00
parent 728567c8fb
commit 3a740c3bfc
No known key found for this signature in database
GPG Key ID: 0B2452F9DE0E2D01
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ void __fastcall Http__httpGetPostWinInet_hook(Http* _this, void*, bool isPost, i
Http _changed = *_this;
if (!result)
if (result == CURLE_OK)
{
char* path;
char* host;