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:
parent
8f477e107c
commit
3d40328ce3
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user