X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=src%2Fperl.c;h=c25bfe897870a8a83457c1c60e91b59c6767aa3e;hb=5c2993e4121feae745551be182221b31bc23ff97;hp=0c5ee0c336c19bb19d60e70f588fd6da47f8c14c;hpb=0d9a0eb065fda6f89fc597e760ae56edd47337d9;p=collectd.git diff --git a/src/perl.c b/src/perl.c index 0c5ee0c3..c25bfe89 100644 --- a/src/perl.c +++ b/src/perl.c @@ -2076,7 +2076,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);