mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
fixed double calls to pthread_exit() (one being implicit after return from main thread method) -- patch from sss
This commit is contained in:
parent
d2a62b03ee
commit
1297d2e106
1 changed files with 0 additions and 3 deletions
|
@ -196,7 +196,6 @@ void* doExtAddrSearch(void *p)
|
|||
af->mFoundTS = time(NULL) ;
|
||||
af->mSearching = false ;
|
||||
}
|
||||
pthread_exit(NULL);
|
||||
return NULL ;
|
||||
}
|
||||
|
||||
|
@ -213,7 +212,6 @@ void* doExtAddrSearch(void *p)
|
|||
af->mFoundTS = time(NULL) ;
|
||||
af->mSearching = false ;
|
||||
}
|
||||
pthread_exit(NULL);
|
||||
return NULL ;
|
||||
}
|
||||
|
||||
|
@ -224,7 +222,6 @@ void* doExtAddrSearch(void *p)
|
|||
af->mSearching = false ;
|
||||
}
|
||||
|
||||
pthread_exit(NULL);
|
||||
return NULL ;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue