Commit 542fe17a authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

urlmon: Pass up error on error condition (Coverity).

parent 3f02c241
......@@ -78,7 +78,7 @@ static HRESULT start_downloading(Protocol *protocol)
if(FAILED(hres)) {
protocol_close_connection(protocol);
report_result(protocol, hres);
return S_OK;
return hres;
}
if(protocol->bindf & BINDF_NEEDFILE) {
......
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