summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0370beb)
raw | patch | inline | side by side (parent: 0370beb)
author | Florian Forster <octo@collectd.org> | |
Thu, 18 Jun 2015 07:16:18 +0000 (09:16 +0200) | ||
committer | Florian Forster <octo@collectd.org> | |
Thu, 18 Jun 2015 08:23:54 +0000 (10:23 +0200) |
src/network.c | patch | blob | history |
diff --git a/src/network.c b/src/network.c
index 083571bc149ff16829972bbfa288148e2226fa3b..ae5ed09652729b2fd7b679d8f90936c07eec59f3 100644 (file)
--- a/src/network.c
+++ b/src/network.c
receive_list_tail = private_list_tail;
receive_list_length += private_list_length;
- private_list_head = NULL;
- private_list_tail = NULL;
- private_list_length = 0;
-
pthread_cond_signal (&receive_list_cond);
pthread_mutex_unlock (&receive_list_lock);
}