diff options
Diffstat (limited to 'src/lib/eventloop.c')
-rw-r--r-- | src/lib/eventloop.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/eventloop.c b/src/lib/eventloop.c index d117cbd2..05ae23ad 100644 --- a/src/lib/eventloop.c +++ b/src/lib/eventloop.c | |||
@@ -516,7 +516,6 @@ gnunet_gtk_select (void *cls, | |||
516 | #endif | 516 | #endif |
517 | 517 | ||
518 | g_main_context_prepare (ml->gmc, &ml->max_priority); | 518 | g_main_context_prepare (ml->gmc, &ml->max_priority); |
519 | need_gfds = GUINT_MAX; | ||
520 | while (1) | 519 | while (1) |
521 | { | 520 | { |
522 | need_gfds = g_main_context_query (ml->gmc, | 521 | need_gfds = g_main_context_query (ml->gmc, |