summaryrefslogtreecommitdiffstats
path: root/polyp/pactl.c
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/pactl.c')
-rw-r--r--polyp/pactl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/pactl.c b/polyp/pactl.c
index dfa11b70..c93fd235 100644
--- a/polyp/pactl.c
+++ b/polyp/pactl.c
@@ -292,7 +292,7 @@ int main(int argc, char *argv[]) {
}
pa_context_set_state_callback(context, context_state_callback, NULL);
- pa_context_connect(context, NULL);
+ pa_context_connect(context, NULL, 1, NULL);
if (pa_mainloop_run(m, &ret) < 0) {
fprintf(stderr, "pa_mainloop_run() failed.\n");