Merge branch 'collectd-5.4' into collectd-5.5
[collectd.git] / src / network.c
index d52da68..af24911 100644 (file)
@@ -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);
        }