urlmon: E_PENGING returned by Start is not an error.

oldstable
Jacek Caban 2008-02-18 01:04:53 +01:00 committed by Alexandre Julliard
parent 1b79f4dbee
commit 374007985a
1 changed files with 1 additions and 1 deletions

View File

@ -1665,7 +1665,7 @@ static HRESULT start_binding(IMoniker *mon, Binding *binding_ctx, LPCWSTR url, I
TRACE("start ret %08x\n", hres);
if(FAILED(hres)) {
if(FAILED(hres) && hres != E_PENDING) {
stop_binding(binding, hres, NULL);
IBinding_Release(BINDING(binding));