aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--klippy/serialqueue.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/klippy/serialqueue.c b/klippy/serialqueue.c
index afdcc297..7f7d7fd9 100644
--- a/klippy/serialqueue.c
+++ b/klippy/serialqueue.c
@@ -147,7 +147,6 @@ pollreactor_check_timers(struct pollreactor *pr, double eventtime)
static void
pollreactor_run(struct pollreactor *pr)
{
- pr->must_exit = 0;
double eventtime = get_monotonic();
while (! pr->must_exit) {
int timeout = pollreactor_check_timers(pr, eventtime);