wininet: Return the correct error code (Clang).

Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
André Hentschel 2015-12-22 22:00:36 +01:00 committed by Alexandre Julliard
parent 35eebeef0f
commit f3e3c895c7
1 changed files with 1 additions and 1 deletions

View File

@ -720,7 +720,7 @@ DWORD get_cookie_header(const WCHAR *host, const WCHAR *path, WCHAR **ret)
}
LeaveCriticalSection(&cookie_cs);
return ERROR_SUCCESS;
return res;
}
/***********************************************************************