summaryrefslogtreecommitdiffstats
path: root/polyp/pacat.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-09-01 21:12:27 +0000
committerLennart Poettering <lennart@poettering.net>2004-09-01 21:12:27 +0000
commit348738751c50c7d3c4c9ed22801a0c2cb917b790 (patch)
treeecb4987e822ee418fc4a9651a7333cbf8cf6cdfa /polyp/pacat.c
parentee91cb6c9ded44d7f3ddb23b681df49fe5c8146b (diff)
daemon auto spawn
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@173 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp/pacat.c')
-rw-r--r--polyp/pacat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/pacat.c b/polyp/pacat.c
index b251cc35..fd6e90e1 100644
--- a/polyp/pacat.c
+++ b/polyp/pacat.c
@@ -346,7 +346,7 @@ int main(int argc, char *argv[]) {
pa_context_set_state_callback(context, context_state_callback, NULL);
/* Connect the context */
- pa_context_connect(context, NULL);
+ pa_context_connect_spawn(context, NULL);
/* Run the main loop */
if (pa_mainloop_run(m, &ret) < 0) {