mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
BUGFIX: Stopped it producing thousands of empty files.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@638 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
2ba752fbfb
commit
b58e3f7e28
@ -609,5 +609,9 @@ void p3Qblog::tick()
|
||||
{
|
||||
if(!postBlogs())
|
||||
std::cerr << "p3Qblog::tick():" << "tick failed!";
|
||||
|
||||
/* drbob: added to stop infinite qblog output */
|
||||
RsStackMutex stack(mBlogMtx);
|
||||
mPostsUpdated = true;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user