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

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
This commit is contained in:
Daniel Gruno
2013-01-14 11:42:28 +00:00
parent 3c72b3caf0
commit 05bcfb46bb

View File

@@ -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;
}
}