summarylogtreecommitdiffstats
path: root/lua_5.3.patch
blob: 5797a41bbd878128c823e383c81175638f00e438 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -rupN a/apache2/msc_lua.c b/apache2/msc_lua.c
--- a/apache2/msc_lua.c	2015-02-12 20:08:30.000000000 +0100
+++ b/apache2/msc_lua.c	2015-10-05 00:25:20.669933315 +0200
@@ -111,7 +111,7 @@ char *lua_compile(msc_script **script, c
     dump.pool = pool;
     dump.parts = apr_array_make(pool, 128, sizeof(msc_script_part *));
 
-    lua_dump(L, dump_writer, &dump);
+    lua_dump(L, dump_writer, &dump, 0);
 
     (*script) = apr_pcalloc(pool, sizeof(msc_script));
     (*script)->name = filename;