Skip to content
Snippets Groups Projects
Commit f3e3c895 authored by André Zwing's avatar André Zwing Committed by Alexandre Julliard
Browse files

wininet: Return the correct error code (Clang).

parent 35eebeef
No related branches found
No related tags found
No related merge requests found
......@@ -720,7 +720,7 @@ DWORD get_cookie_header(const WCHAR *host, const WCHAR *path, WCHAR **ret)
}
LeaveCriticalSection(&cookie_cs);
return ERROR_SUCCESS;
return res;
}
/***********************************************************************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment