summaryrefslogtreecommitdiff
path: root/src/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/plugins.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/plugins.c b/src/plugins/plugins.c
index 9242cffb3..d9cc4a9d2 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_GLOBAL | RTLD_NOW);
+ handle = dlopen (full_name, RTLD_LOCAL | RTLD_NOW);
if (!handle)
{
irc_display_prefix (NULL, NULL, PREFIX_ERROR);