Bug 558624 - e10s Cookies: Optimize implementation. Part 1. Clean up warning in http. r=dwitte. a=blocking-fennec

This commit is contained in:
Doug Turner
2010-10-01 15:18:55 -07:00
parent 56d73b72ed
commit b81cfd37f3
5 changed files with 25 additions and 12 deletions

View File

@@ -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);
}