diff --git a/external/source/exploits/CVE-2019-0808/NtUserMNDragOverExploit/dllmain.cpp b/external/source/exploits/CVE-2019-0808/NtUserMNDragOverExploit/dllmain.cpp index 6b3611f6a0..9f25f3f7ae 100644 --- a/external/source/exploits/CVE-2019-0808/NtUserMNDragOverExploit/dllmain.cpp +++ b/external/source/exploits/CVE-2019-0808/NtUserMNDragOverExploit/dllmain.cpp @@ -562,7 +562,7 @@ int exploit(PMSF_PAYLOAD pMsfPayload) // Get a HINSTANCE handle to the current process. HINSTANCE hInst = GetModuleHandleA(NULL); - if (hInt == NULL){ + if (hInst == NULL){ dprintf("[!] Couldn't get a handle to the current process! Exiting!\r\n"); return -1; }