From 7f634962298bd086c485dd4080dc930cb3603491 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 26 Oct 2012 23:07:30 -0400 Subject: gnutls segfault fixed Adjust build deps to ensure that only a fixed version of the library will be used. Also, removed the bound thread stuff, which I now think was (probably) a red herring. --- Assistant/Threads/PushNotifier.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Assistant/Threads/PushNotifier.hs') diff --git a/Assistant/Threads/PushNotifier.hs b/Assistant/Threads/PushNotifier.hs index 8c71138d7..9f15d5419 100644 --- a/Assistant/Threads/PushNotifier.hs +++ b/Assistant/Threads/PushNotifier.hs @@ -35,7 +35,7 @@ pushNotifierThread st dstatus pushnotifier = NamedThread thisThread $ do fulljid <- bindJID jid liftIO $ debug thisThread ["XMPP connected", show fulljid] s <- getSession - _ <- liftIO $ forkOS $ void $ runXMPP s $ + _ <- liftIO $ forkIO $ void $ runXMPP s $ receivenotifications sendnotifications where -- cgit v1.2.3