mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-13 08:29:32 -05:00
tentative of blind bug fixing
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3624 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
a76566c65d
commit
2e8d9dae7f
@ -75,7 +75,8 @@ bdThread::bdThread()
|
||||
|
||||
void bdThread::join() /* waits for the the mTid thread to stop */
|
||||
{
|
||||
pthread_join(mTid, NULL);
|
||||
if(mTid > 0)
|
||||
pthread_join(mTid, NULL);
|
||||
}
|
||||
|
||||
void bdThread::stop()
|
||||
|
Loading…
Reference in New Issue
Block a user