From bfbe1015a87c57d65c14c5610fc66ac7e2aa29e7 Mon Sep 17 00:00:00 2001 From: fcolin Date: Mon, 15 Mar 2010 13:40:37 +0000 Subject: Correction initialisation de Mainloop en cas de redemarrage Ivy --- src/ivyloop.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ivyloop.c') diff --git a/src/ivyloop.c b/src/ivyloop.c index 70a1938..bda5cc7 100644 --- a/src/ivyloop.c +++ b/src/ivyloop.c @@ -183,6 +183,7 @@ void IvyChannelInit (void) /* pour eviter les plantages quand les autres applis font core-dump */ signal (SIGPIPE, SIG_IGN); #endif + MainLoop = 1; if (channel_initialized) return; FD_ZERO (&open_fds); -- cgit v1.1