Always return NS_OK from Refresh(), because if we couldn't load the
file, we still need to be able to put crap into the local store. git-svn-id: svn://10.0.0.236/trunk@45909 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -303,7 +303,7 @@ LocalStoreImpl::Refresh(PRBool sync)
|
||||
{
|
||||
rv = remote->Refresh(sync);
|
||||
}
|
||||
return(rv);
|
||||
return NS_OK; // XXX Always return OK, even if we couldn't load the file.
|
||||
}
|
||||
|
||||
nsresult
|
||||
|
||||
Reference in New Issue
Block a user