X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fnetwork.c;h=af24911ee365b1ae512000cce93103ffdaf86a94;hb=f14feb1eddfe5760a64640b98ab7bbc5c493f614;hp=d52da68fa69762f65b924d5cf3d6bc8e8fd1e26e;hpb=d6491cfcf52a74498e1becd7ef94fc8e0a5938b9;p=collectd.git diff --git a/src/network.c b/src/network.c index d52da68f..af24911e 100644 --- a/src/network.c +++ b/src/network.c @@ -2566,10 +2566,6 @@ static int network_receive (void) /* {{{ */ 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); }