Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 124590
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- src/mod_cml_lua.c   2006-01-30 04:56:40.000000000 -0700
0
++ src/mod_cml_lua.c.new       2006-03-01 19:34:13.000000000 -0700
Lines 308-314 Link Here
308
       /* fetch the data from lua */
308
       /* fetch the data from lua */
309
       lua_to_c_get_string(L, "trigger_handler", p->trigger_handler);
309
       lua_to_c_get_string(L, "trigger_handler", p->trigger_handler);
310
       if (0 == lua_to_c_get_string(L, "output_contenttype", b)) {
310
       if (0 == lua_to_c_get_string(L, "output_content_type", b)) {
311
               response_header_overwrite(srv, con, CONST_STR_LEN("Content-Type"), CONST_BUF_LEN(b));
311
               response_header_overwrite(srv, con, CONST_STR_LEN("Content-Type"), CONST_BUF_LEN(b));
312
       }
312
       }

Return to bug 124590