Fix for Solaris 5.6 bustage

This commit is contained in:
rhp%netscape.com 2000-03-27 08:45:31 +00:00
parent 200b78e08a
commit d135f67bc7

View File

@ -211,7 +211,7 @@ nsAddbookProtocolHandler::NewChannel( const char *verb,
// or launch the UI dialog window and go from there.
//
mAddbookOperation = nsIAddbookUrlOperation::InvalidUrl;
nsCOMPtr <nsIAddbookUrl> addbookUrl = do_QueryInterface(getter_AddRefs(aURI));
nsCOMPtr <nsIAddbookUrl> addbookUrl = do_QueryInterface(aURI);
if (!addbookUrl)
return NS_ERROR_ABORT;