Fix for Solaris 5.6 bustage

git-svn-id: svn://10.0.0.236/trunk@64227 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rhp%netscape.com 2000-03-27 08:45:31 +00:00
parent 8f477e107c
commit 3d40328ce3

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;