Fix return code error, davidm

git-svn-id: svn://10.0.0.236/trunk@70211 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ruslan%netscape.com 2000-05-17 00:32:47 +00:00
parent c1ee765f8b
commit 5a10793ce9

View File

@ -247,7 +247,7 @@ nsNetDiskCache::Init(void)
if ( NS_FAILED( rv ) )
return rv;
folderChanged(CACHE_DIR_PREF , this );
rv = folderChanged(CACHE_DIR_PREF , this );
enableChanged(CACHE_ENABLE_PREF , this );
return rv;