Commit f3e3c895 authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

wininet: Return the correct error code (Clang).

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