1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-03 04:53:27 +00:00

(trunk libT) #1992: could it really be this easy? if it is, wereHamster deserves the credit. if not, at least it was easy

This commit is contained in:
Charles Kerr 2009-05-21 22:26:18 +00:00
parent 33e43a0854
commit 6e089ef095

View file

@ -235,6 +235,7 @@ libeventThreadFunc( void * veh )
event_set_log_callback( logFunc );
/* loop until all the events are done */
while( !eh->die )
event_dispatch( );
/* shut down the thread */