}
/* We must initialize the execution timeouts. */
- stream->hlua.expire = tick_add(now_ms, hlua_timeout_session);
+ stream->hlua.expire = tick_add_ifset(now_ms, hlua_timeout_session);
/* Set the currently running flag. */
HLUA_SET_RUN(&stream->hlua);
}
/* We must initialize the execution timeouts. */
- stream->hlua.expire = tick_add(now_ms, hlua_timeout_session);
+ stream->hlua.expire = tick_add_ifset(now_ms, hlua_timeout_session);
/* Set the currently running flag. */
HLUA_SET_RUN(&stream->hlua);
}
/* We must initialize the execution timeouts. */
- s->hlua.expire = tick_add(now_ms, hlua_timeout_session);
+ s->hlua.expire = tick_add_ifset(now_ms, hlua_timeout_session);
/* Set the currently running flag. */
HLUA_SET_RUN(&s->hlua);