Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 749357 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/pulsecore/core.c (-1 / +1 lines)
Lines 135-141 pa_core* pa_core_new(pa_mainloop_api *m, Link Here
135
    c->exit_idle_time = -1;
135
    c->exit_idle_time = -1;
136
    c->scache_idle_time = 20;
136
    c->scache_idle_time = 20;
137
137
138
    c->flat_volumes = true;
138
    c->flat_volumes = false;
139
    c->disallow_module_loading = false;
139
    c->disallow_module_loading = false;
140
    c->disallow_exit = false;
140
    c->disallow_exit = false;
141
    c->running_as_daemon = false;
141
    c->running_as_daemon = false;

Return to bug 749357