mirror of
https://github.com/apache/httpd.git
synced 2025-08-05 16:55:50 +03:00
Fixed Lua type.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1483343 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1629,7 +1629,7 @@ static int req_dispatch(lua_State *L)
|
||||
ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, APLOGNO(01489)
|
||||
"request_rec->dispatching %s -> int", name);
|
||||
rs = (*func) (r);
|
||||
lua_pushnumber(L, rs);
|
||||
lua_pushinteger(L, rs);
|
||||
return 1;
|
||||
}
|
||||
case APL_REQ_FUNTYPE_BOOLEAN:{
|
||||
|
Reference in New Issue
Block a user