fixed lua plugin

This commit is contained in:
roberto@precise64
2012-03-12 18:54:04 +01:00
parent aca4dbfbe7
commit a35335a820
+1 -1
View File
@@ -16,7 +16,7 @@ struct uwsgi_lua {
struct uwsgi_option uwsgi_lua_options[] = {
{"lua", required_argument, 0, "load lua wsapi app", uwsgi_opt_set_str, &uwsgi.ulua.filename, 0},
{"lua", required_argument, 0, "load lua wsapi app", uwsgi_opt_set_str, &ulua.filename, 0},
{0, 0, 0, 0},