summaryrefslogtreecommitdiffstats
path: root/polyp/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/core.c')
-rw-r--r--polyp/core.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/polyp/core.c b/polyp/core.c
index 908564c1..da6ace6a 100644
--- a/polyp/core.c
+++ b/polyp/core.c
@@ -69,6 +69,8 @@ struct pa_core* pa_core_new(struct pa_mainloop_api *m) {
c->subscriptions = NULL;
c->memblock_stat = pa_memblock_stat_new();
+
+ c->disallow_module_loading = 0;
pa_check_for_sigpipe();