mshtml: Use Gecko's AsyncOpen if URI is has no nsIWineURI interface.

This commit is contained in:
Jacek Caban 2006-12-21 23:31:53 +01:00 committed by Alexandre Julliard
parent 4e6860433e
commit 30157c3a70
1 changed files with 2 additions and 2 deletions

View File

@ -607,8 +607,8 @@ static nsresult NSAPI nsChannel_AsyncOpen(nsIHttpChannel *iface, nsIStreamListen
nsIWineURI_GetNSContainer(This->uri, &container);
if(!container) {
ERR("container = NULL\n");
return NS_ERROR_UNEXPECTED;
TRACE("container = NULL\n");
return nsIChannel_AsyncOpen(This->channel, aListener, aContext);
}
if(container->bscallback) {