Bug 550201 nsXPInstallManager::DownloadNext returns rv uninitialized if this->mNextItem >= this->mTriggers->Size()

r=dveditz

--HG--
extra : rebase_source : ba864e247c06bec72f077a273f2506befe755501
This commit is contained in:
timeless@mozdev.org 2010-03-12 07:50:11 +01:00
parent a590ecea7d
commit da303b66b2

View File

@ -804,7 +804,7 @@ nsresult nsXPInstallManager::InstallItems()
NS_IMETHODIMP nsXPInstallManager::DownloadNext()
{
nsresult rv;
nsresult rv = NS_OK;
mContentLength = 0;
if (mCancelled)