Merge branch 'collectd-4.2' into collectd-4.3
[collectd.git] / src / plugin.c
index 1dd6daf..0570f0e 100644 (file)
@@ -234,6 +234,7 @@ static void *plugin_read_thread (void *args)
        pthread_mutex_unlock (&read_lock);
 
        pthread_exit (NULL);
+       return ((void *) 0);
 } /* void *plugin_read_thread */
 
 static void start_threads (int num)