bug 162129 (leak in cookie module) & bug 158216 (cookies written out too often), r=sgehani, sr=jag

git-svn-id: svn://10.0.0.236/trunk@128315 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
morse%netscape.com
2002-08-28 00:30:06 +00:00
parent 6c53305c36
commit d53b13a300
4 changed files with 18 additions and 13 deletions

View File

@@ -123,7 +123,7 @@ nsresult nsCookieManager::Init()
NS_IMETHODIMP nsCookieManager::RemoveAll(void) {
::COOKIE_RemoveAll();
::COOKIE_Write(PR_FALSE);
::COOKIE_Write();
return NS_OK;
}