What was I thinking?

This commit is contained in:
Josh Elsasser 2006-07-11 20:53:46 +00:00
parent c4bd99cbf8
commit e75f0a6fab
1 changed files with 0 additions and 2 deletions

View File

@ -756,9 +756,7 @@ static void acceptStop( tr_handle_t * h )
int ii;
h->acceptDie = 1;
tr_lockLock( &h->acceptLock );
tr_threadJoin( &h->acceptThread );
tr_lockUnlock( &h->acceptLock );
tr_lockClose( &h->acceptLock );
tr_dbg( "Accept thread joined" );