src/plugin.c: Check "read_loop" when returning from "pthread_cond_timedwait".
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Tue, 6 Jul 2010 11:00:32 +0000 (13:00 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Tue, 6 Jul 2010 11:00:32 +0000 (13:00 +0200)
Otherwise it may take up to $Interval seconds until all read threads
shut down. This bug was introduced in version 4.8.4 (commit dbe1a7d).


No differences found