mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
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.
This commit is contained in:
parent
ff4f3a9ad4
commit
e90aacbe5f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user