summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--polyp/core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/polyp/core.c b/polyp/core.c
index c213faa0..e2bebec2 100644
--- a/polyp/core.c
+++ b/polyp/core.c
@@ -59,6 +59,7 @@ struct pa_core* pa_core_new(struct pa_mainloop_api *m) {
c->scache = NULL;
c->autoload_idxset = NULL;
c->autoload_hashmap = NULL;
+ c->running_as_daemon = 0;
c->default_sample_spec.format = PA_SAMPLE_S16NE;
c->default_sample_spec.rate = 44100;