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:
waterson%netscape.com 1999-09-03 18:31:30 +00:00
Родитель e9c4cf862a
Коммит fb1b0309b8
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -303,7 +303,7 @@ LocalStoreImpl::Refresh(PRBool sync)
{ {
rv = remote->Refresh(sync); rv = remote->Refresh(sync);
} }
return(rv); return NS_OK; // XXX Always return OK, even if we couldn't load the file.
} }
nsresult nsresult