1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-07 04:02:58 +03:00

quick handler in an external file is already enabled, quick handler in block

form seems to work just as well.



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1187748 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Eric Covener
2011-10-22 18:50:45 +00:00
parent 10c800bb95
commit 562c9d7876

View File

@@ -727,7 +727,8 @@ static const char *register_quick_hook(cmd_parms *cmd, void *_cfg,
static const char *register_quick_block(cmd_parms *cmd, void *_cfg,
const char *line)
{
return "LuaQuickHook in an inline block not yet implemented";
return register_named_block_function_hook("quick", cmd, _cfg,
line);
}