diff --git a/src/hlua.c b/src/hlua.c index 4043e29c2..e6878974d 100644 --- a/src/hlua.c +++ b/src/hlua.c @@ -5584,7 +5584,7 @@ __LJMP static int hlua_txn_done(lua_State *L) if (!(s->flags & SF_FINST_MASK)) s->flags |= finst; - lua_pushinteger(L, ACT_RET_DONE); + lua_pushinteger(L, ACT_RET_ABRT); WILL_LJMP(hlua_done(L)); return 0; }