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:
parent
c1ee765f8b
commit
5a10793ce9
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user