mirror of
https://github.com/apache/httpd.git
synced 2025-08-05 16:55:50 +03:00
remove an unneeded variable I just added, oops.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1520250 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1892,7 +1892,6 @@ static int lua_ivm_set(lua_State *L)
|
||||
|
||||
static int lua_get_cookie(lua_State *L)
|
||||
{
|
||||
int n;
|
||||
const char *key, *cookie;
|
||||
request_rec *r = ap_lua_check_request_rec(L, 1);
|
||||
key = luaL_checkstring(L, 2);
|
||||
|
Reference in New Issue
Block a user