summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7237c72)
raw | patch | inline | side by side (parent: 7237c72)
author | Sebastian Harl <sh@tokkee.org> | |
Mon, 25 Feb 2008 07:28:39 +0000 (08:28 +0100) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Mon, 25 Feb 2008 07:28:39 +0000 (08:28 +0100) |
Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
src/perl.c | patch | blob | history |
diff --git a/src/perl.c b/src/perl.c
index 1ed9d003d12ad84d3ce105fd18bdca70f8c6931d..50d189f8aaeb82490ff2d80d5d8a5eb37fdd4134 100644 (file)
--- a/src/perl.c
+++ b/src/perl.c
|| (OCONFIG_TYPE_STRING != ci->values[0].type))
return 1;
+ if (NULL == aTHX) {
+ log_warn ("EnableDebugger has no effects if used after LoadPlugin.");
+ return 1;
+ }
+
value = ci->values[0].value.string;
if (NULL == perl) {