libcanberra/0001-Workaround-a-hang-if-there-are-server-problems.patch
Christopher Aillon 94c9190e02 Workaround a hang
Others were seeing this bug today (dcbw, mccann), so committing this for
now until a better fix can be made upstream.

https://bugs.freedesktop.org/show_bug.cgi?id=35024
2011-03-24 21:20:23 -07:00

29 lines
849 B
Diff

From 151ddf4a0d6f4db39ccabf78b083a4343623bbc7 Mon Sep 17 00:00:00 2001
From: Christopher Aillon <caillon@redhat.com>
Date: Sat, 5 Mar 2011 11:03:31 -0800
Subject: [PATCH] Workaround a hang if there are server problems
https://bugs.freedesktop.org/show_bug.cgi?id=35024
---
src/pulse.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/src/pulse.c b/src/pulse.c
index d4225d1..8b4188b 100644
--- a/src/pulse.c
+++ b/src/pulse.c
@@ -312,10 +312,6 @@ static void context_state_cb(pa_context *pc, void *userdata) {
}
p->subscribed = FALSE;
-
- /* If we managed to connect once, then let's try to
- * reconnect, and pass NOFAIL */
- context_connect(c, TRUE);
}
}
--
1.7.4.1