summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d78a048)
raw | patch | inline | side by side (parent: d78a048)
author | Florian Forster <octo@crystal.wlan.home.verplant.org> | |
Thu, 5 Apr 2007 18:40:21 +0000 (20:40 +0200) | ||
committer | Florian Forster <octo@crystal.wlan.home.verplant.org> | |
Thu, 5 Apr 2007 18:40:21 +0000 (20:40 +0200) |
src/plugin.c | patch | blob | history |
diff --git a/src/plugin.c b/src/plugin.c
index 7aef8737ebc52ae6f6b1ef5390e2a9ceed352f4b..cf4af74a34735904d88fbe5f17d68c366d48e129 100644 (file)
--- a/src/plugin.c
+++ b/src/plugin.c
{
ERROR ("plugin: stop_threads: pthread_join failed.");
}
- read_threads[i] = -1;
+ read_threads[i] = (pthread_t) 0;
}
sfree (read_threads);
read_threads_num = 0;