another series of updates

This commit is contained in:
roberto@goyle
2012-01-31 10:54:29 +01:00
parent c0af1c1094
commit 15ad5531b0
6 changed files with 10 additions and 36 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ struct uwsgi_lua {
#define lca(L, n) ulua_check_args(L, __FUNCTION__, n)
struct option uwsgi_lua_options[] = {
struct uwsgi_option uwsgi_lua_options[] = {
{"lua", required_argument, 0, "load lua wsapi app", uwsgi_opt_set_str, &uwsgi.ulua.filename, 0},