From: Daniel Gruno Date: Mon, 14 Jan 2013 11:42:28 +0000 (+0000) Subject: revert r1432881 - t'wasn't a bug after all. X-Git-Tag: 2.5.0-alpha~5885 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=05bcfb46bbf500bbf4ae329d9424e1c549ef629d;p=apache revert r1432881 - t'wasn't a bug after all. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1432886 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/lua/lua_dbd.c b/modules/lua/lua_dbd.c index fc39b488dc..7c334d68a2 100644 --- a/modules/lua/lua_dbd.c +++ b/modules/lua/lua_dbd.c @@ -809,7 +809,7 @@ AP_LUA_DECLARE(int) lua_db_acquire(lua_State *L) "mod_lua not compatible with APR in get_driver"); } lua_pushinteger(L, rc); - return 2; + return 3; } }