X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fperl.c;h=c25bfe897870a8a83457c1c60e91b59c6767aa3e;hb=9d5c9e04aac3689f49098cba0e630128c0ef4caa;hp=0c5ee0c336c19bb19d60e70f588fd6da47f8c14c;hpb=6164fe4456716e6dc36aaa2ab617b104a7ac5ff3;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);