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