diff --git a/src/hlua.c b/src/hlua.c index 0045a1c5d..bd3674a55 100644 --- a/src/hlua.c +++ b/src/hlua.c @@ -5971,6 +5971,7 @@ struct task *hlua_applet_wakeup(struct task *t) */ si_applet_cant_put(si); appctx_wakeup(ctx); + t->expire = TICK_ETERNITY; return t; }