Checkin for valeski:"r=travis, fixing eval of un-init'd rv".

This commit is contained in:
tbogard%aol.net 1999-12-07 02:06:25 +00:00
parent 5eacb7f5c1
commit b20bdd6cd5

View File

@ -137,7 +137,7 @@ nsCookieHTTPNotify::AsyncExamineResponse(nsISupports *aContext)
// Preconditions
NS_ENSURE_ARG_POINTER(aContext);
nsCOMPtr<nsIHTTPChannel> pHTTPConnection = do_QueryInterface(aContext);
nsCOMPtr<nsIHTTPChannel> pHTTPConnection = do_QueryInterface(aContext, &rv);
if (NS_FAILED(rv)) return rv;
// Get the Cookie header