X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fperl.c;h=c25bfe897870a8a83457c1c60e91b59c6767aa3e;hb=b66d5b90a0e59e943a61acb4b68ce55e88f08ade;hp=0c5ee0c336c19bb19d60e70f588fd6da47f8c14c;hpb=f0b5610723ae8962ae264f84210f8bac483bcd20;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);