diff --git a/rdf/datasource/src/nsLocalStore.cpp b/rdf/datasource/src/nsLocalStore.cpp index 46c452842041..c8096cb81c18 100644 --- a/rdf/datasource/src/nsLocalStore.cpp +++ b/rdf/datasource/src/nsLocalStore.cpp @@ -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