urlmon: Pass up error on error condition (Coverity).
This commit is contained in:
parent
3f02c24163
commit
542fe17a05
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue