From a35335a8202fa4ce4cc501f343aebfbdf660eb0f Mon Sep 17 00:00:00 2001 From: "roberto@precise64" Date: Mon, 12 Mar 2012 18:54:04 +0100 Subject: [PATCH] fixed lua plugin --- plugins/lua/lua_plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/lua/lua_plugin.c b/plugins/lua/lua_plugin.c index 46ed30cd..b64b7c18 100644 --- a/plugins/lua/lua_plugin.c +++ b/plugins/lua/lua_plugin.c @@ -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},