mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-21 12:54:26 -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
1 changed files with 4 additions and 0 deletions
|
@ -609,5 +609,9 @@ void p3Qblog::tick()
|
||||||
{
|
{
|
||||||
if(!postBlogs())
|
if(!postBlogs())
|
||||||
std::cerr << "p3Qblog::tick():" << "tick failed!";
|
std::cerr << "p3Qblog::tick():" << "tick failed!";
|
||||||
|
|
||||||
|
/* drbob: added to stop infinite qblog output */
|
||||||
|
RsStackMutex stack(mBlogMtx);
|
||||||
|
mPostsUpdated = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue