summaryrefslogtreecommitdiffstats
path: root/src/dso.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dso.c')
-rw-r--r--src/dso.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dso.c b/src/dso.c
index c4b9da6..31db543 100644
--- a/src/dso.c
+++ b/src/dso.c
@@ -127,7 +127,7 @@ static int try_open(ca_context *c, const char *t) {
p = PRIVATE_DSO(c);
- if (!(mn = ca_sprintf_malloc("libcanberra-%s", t)))
+ if (!(mn = ca_sprintf_malloc(CA_PLUGIN_PATH "/libcanberra-%s", t)))
return CA_ERROR_OOM;
errno = 0;