suppressed uninitialized memory due to empty cache file

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2274 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2010-02-10 20:24:30 +00:00
parent 467f8f7287
commit d00739ce7b
2 changed files with 20 additions and 14 deletions

View file

@ -923,6 +923,9 @@ int FileIndex::saveIndex(std::string filename, std::string &fileHash, uint64_t &
std::ofstream file (filenametmp.c_str(), std::ofstream::binary);
std::ostringstream oss;
size = 0 ;
fileHash = "" ;
if (!file)
{
#ifdef FI_DEBUG