Merge branch 'collectd-5.4' into collectd-5.5
[collectd.git] / src / perl.c
index 3b498f9..19ac08d 100644 (file)
@@ -2085,7 +2085,7 @@ static int perl_shutdown (void)
                return 0;
 
        if (NULL == aTHX) {
-               c_ithread_t *t = NULL;
+               t = NULL;
 
                pthread_mutex_lock (&perl_threads->mutex);
                t = c_ithread_create (perl_threads->head->interp);