summaryrefslogtreecommitdiffstats
path: root/polyp/polyplib-simple.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-09-15 13:03:25 +0000
committerLennart Poettering <lennart@poettering.net>2004-09-15 13:03:25 +0000
commit8c110d904ddf30ce35c9a0c18449436af18a5095 (patch)
treec5749b5e13d0ace36a7cf089af077b6588b7bb76 /polyp/polyplib-simple.c
parent935826f4f318a89a0a570f766deb54808a4f9683 (diff)
correct autospawning
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@202 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp/polyplib-simple.c')
-rw-r--r--polyp/polyplib-simple.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/polyplib-simple.c b/polyp/polyplib-simple.c
index 1ac08869..36e6e757 100644
--- a/polyp/polyplib-simple.c
+++ b/polyp/polyplib-simple.c
@@ -130,7 +130,7 @@ struct pa_simple* pa_simple_new(
if (!(p->context = pa_context_new(pa_mainloop_get_api(p->mainloop), name)))
goto fail;
- pa_context_connect(p->context, server);
+ pa_context_connect(p->context, server, 1, NULL);
/* Wait until the context is ready */
while (pa_context_get_state(p->context) != PA_CONTEXT_READY) {