perl plugin: Disable plugin after fatal configuration errors.
authorSebastian Harl <sh@tokkee.org>
Tue, 16 Sep 2008 13:40:14 +0000 (15:40 +0200)
committerFlorian Forster <octo@huhu.verplant.org>
Wed, 1 Oct 2008 07:48:56 +0000 (09:48 +0200)
commit843d92b034b7303d818e222506bc165fb4f1fd22
treeff6db45e376b99ba2dd4ad79df667e2a8ada1279
parent8faf4450ab7019e8931eca3343d43c79c37701d3
perl plugin: Disable plugin after fatal configuration errors.

Currently, the only such case is the failure to bootstrap the Perl interpreter
and Collectd module. This fixes a segfault that happened when trying to
configure Perl plugins in that case.

Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
src/perl.c