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

This commit is contained in:
Marcus Meissner 2013-03-23 11:14:04 +01:00 committed by Alexandre Julliard
parent 3f02c24163
commit 542fe17a05

View file

@ -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) {