perl plugin: Fixed handling of erroneous configuration options.
authorSebastian Harl <sh@tokkee.org>
Tue, 16 Oct 2007 23:14:18 +0000 (01:14 +0200)
committerFlorian Forster <octo@huhu.verplant.org>
Wed, 24 Oct 2007 18:03:32 +0000 (20:03 +0200)
commit6238d319b71ba9f7022bc1306fa10d92fd2fe747
tree3dc3d6fd4437a3cf34a7a2c6dbb266dc6a8ced92
parentcaaf25432e9db92f9b35e18ae45b41d19910fcc7
perl plugin: Fixed handling of erroneous configuration options.

An empty block was used instead of returning from the perl_config_*()
functions in case of an error. I wonder how that has happened... :-/

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