X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fnetwork.c;h=af24911ee365b1ae512000cce93103ffdaf86a94;hb=26314b8c3fb08e1f0017ee9a6277b7fe370bf2a0;hp=d52da68fa69762f65b924d5cf3d6bc8e8fd1e26e;hpb=f5adf265a374e5e0dba89a4a9903e7719dc57039;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); }