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:
csoler 2010-10-06 21:44:38 +00:00
parent a76566c65d
commit 2e8d9dae7f

View File

@ -75,6 +75,7 @@ bdThread::bdThread()
void bdThread::join() /* waits for the the mTid thread to stop */
{
if(mTid > 0)
pthread_join(mTid, NULL);
}