mirror of
https://github.com/RetroShare/BitDHT.git
synced 2026-09-12 19:50:02 +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
77467ca88c
commit
9a63db260c
@ -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