diff options
author | Matthew Wild <mwild1@gmail.com> | 2013-06-29 10:11:55 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2013-06-29 10:11:55 +0100 |
commit | 237fbdb8e53b39063c1df36d94f59695d80c2de2 (patch) | |
tree | c8d6f85995dc8549113fd74d2e095725531f60cb /util-src/pposix.c | |
parent | 9f3c9da2c265910b4878cf20d61be15bc033354f (diff) | |
parent | 701a556a1c92c521c03722c69493c37e33fa765d (diff) | |
download | prosody-237fbdb8e53b39063c1df36d94f59695d80c2de2.tar.gz prosody-237fbdb8e53b39063c1df36d94f59695d80c2de2.zip |
Merge 0.9->trunk
Diffstat (limited to 'util-src/pposix.c')
-rw-r--r-- | util-src/pposix.c | 1 |
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); |