summaryrefslogtreecommitdiffstats
path: root/polyp/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/main.c')
-rw-r--r--polyp/main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/polyp/main.c b/polyp/main.c
index 5be4118d..378cb8a0 100644
--- a/polyp/main.c
+++ b/polyp/main.c
@@ -152,9 +152,11 @@ int main(int argc, char *argv[]) {
pa_drop_root();
}
+ LTDL_SET_PRELOADED_SYMBOLS();
+
r = lt_dlinit();
assert(r == 0);
-
+
pa_log_set_ident("polypaudio");
conf = pa_daemon_conf_new();