diff options
Diffstat (limited to 'polyp/polyp.c')
-rw-r--r-- | polyp/polyp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/polyp.c b/polyp/polyp.c index 139152f..0b25ae5 100644 --- a/polyp/polyp.c +++ b/polyp/polyp.c @@ -234,7 +234,7 @@ int polyp_connect(snd_polyp_t *p, const char *server) assert(p && p->context && p->mainloop && (p->state == POLYP_STATE_INIT)); - err = pa_context_connect(p->context, server, 1, NULL); + err = pa_context_connect(p->context, server, 0, NULL); if (err < 0) goto error; |