src/plugin.c: Fix an endless loop in `plugin_flush'.
authorFlorian Forster <octo@noris.net>
Wed, 20 Aug 2008 10:01:50 +0000 (12:01 +0200)
committerFlorian Forster <octo@noris.net>
Wed, 20 Aug 2008 10:01:50 +0000 (12:01 +0200)
commit9f422a1629f6b7214853b846b36790ae4e6d5b12
tree513087ade5dbf8736728eaa8f1f9edb25c6393a5
parent148e8732e45435a051df1c3673cad0d5dc77492f
src/plugin.c: Fix an endless loop in `plugin_flush'.

Since this function is most often called from the unixsock plugin,
which creates a separate thread for handling connections, this did
not effect the rest of the daemon and was kind of tricky to track
down. :/ What a stupid mistake :(
src/plugin.c