From 098a3d0595429d2fa2dd76ad8b75e9e22213c50c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 24 Sep 2012 22:28:21 +0000 Subject: -fix --- src/main/extractor_ipc_gnu.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/extractor_ipc_gnu.c b/src/main/extractor_ipc_gnu.c index 0e583e5..9582bdc 100644 --- a/src/main/extractor_ipc_gnu.c +++ b/src/main/extractor_ipc_gnu.c @@ -456,7 +456,7 @@ EXTRACTOR_IPC_channel_recv_ (struct EXTRACTOR_Channel **channels, return 1; /* nothing left to do! */ } tv.tv_sec = 0; - tv.tv_usec = 100000000; + tv.tv_usec = 100000; /* 100 ms */ if (-1 == select (max + 1, &to_check, NULL, NULL, &tv)) { /* an error or timeout -> something's wrong or all plugins hung up */ -- cgit v1.2.3