diff options
-rw-r--r-- | antispam-plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/antispam-plugin.c b/antispam-plugin.c index a620e4e..23a61c0 100644 --- a/antispam-plugin.c +++ b/antispam-plugin.c @@ -332,7 +332,7 @@ void PLUGIN_FUNCTION(init)(void) void *lib; if (*tmp != '/') - tmp = t_strconcat(BACKENDDIR, tmp, ".so", NULL); + tmp = t_strconcat(BACKENDDIR, "/", tmp, ".so", NULL); lib = dlopen(tmp, RTLD_NOW | RTLD_LOCAL); if (!lib) { |