From 4af2f3a02d9fc3ae1305a58001e075b9a01591d9 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Thu, 1 Jun 2006 14:16:23 +0000 Subject: Revert back for plugin loaded, use of GLOBAL instead of LOCAL (problems with Perl DynaLoader) --- src/plugins/plugins.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/plugins/plugins.c b/src/plugins/plugins.c index d9cc4a9d2..9242cffb3 100644 --- a/src/plugins/plugins.c +++ b/src/plugins/plugins.c @@ -752,7 +752,7 @@ plugin_load (char *filename) if (!full_name) return NULL; - handle = dlopen (full_name, RTLD_LOCAL | RTLD_NOW); + handle = dlopen (full_name, RTLD_GLOBAL | RTLD_NOW); if (!handle) { irc_display_prefix (NULL, NULL, PREFIX_ERROR); -- cgit v1.2.3