start idle timer even when no module is ever loaded

This commit is contained in:
Lennart Poettering 2008-08-03 18:53:43 +02:00
parent f417bb42cf
commit 23bde22b10

View file

@ -149,6 +149,8 @@ pa_core* pa_core_new(pa_mainloop_api *m, int shared) {
pa_check_signal_is_blocked(SIGPIPE);
#endif
pa_core_check_quit(c);
return c;
}