aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--util-src/pposix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/util-src/pposix.c b/util-src/pposix.c
index f5cc8270..e2cd142e 100644
--- a/util-src/pposix.c
+++ b/util-src/pposix.c
@@ -500,6 +500,7 @@ int lc_setrlimit(lua_State *L) {
if(arguments < 1 || arguments > 3) {
lua_pushboolean(L, 0);
lua_pushstring(L, "incorrect-arguments");
+ return 2;
}
resource = luaL_checkstring(L, 1);