mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
added missing mChanged=false that caused remote directories to save far too often
This commit is contained in:
parent
c968490b43
commit
ed8d78660f
1 changed files with 1 additions and 0 deletions
|
@ -738,6 +738,7 @@ void RemoteDirectoryStorage::checkSave()
|
|||
{
|
||||
save(mFileName);
|
||||
mLastSavedTime = now ;
|
||||
mChanged = false ;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue