Bug 558624 - e10s Cookies: Optimize implementation. Part 1. Clean up warning in http. r=dwitte. a=blocking-fennec
This commit is contained in:
@@ -415,7 +415,7 @@ nsHttpAuthEntry::Set(const char *path,
|
||||
memcpy(newChall, chall, challLen);
|
||||
newChall[challLen] = 0;
|
||||
|
||||
nsresult rv;
|
||||
nsresult rv = NS_OK;
|
||||
if (ident) {
|
||||
rv = mIdent.Set(*ident);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user