mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Checkin for valeski:"r=travis, fixing eval of un-init'd rv".
This commit is contained in:
parent
5eacb7f5c1
commit
b20bdd6cd5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user