From 5cf77b2bc1d9a7bac2230fb9ccbe69e43be57f36 Mon Sep 17 00:00:00 2001 From: zedshaw Date: Sat, 1 Jul 2006 18:31:58 +0000 Subject: Invalid type on ID could cause meltdown. git-svn-id: svn+ssh://rubyforge.org/var/svn/mongrel/trunk@275 19e92222-5c0b-0410-8929-a290d50e31e9 --- ext/http11/http11.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/http11/http11.c b/ext/http11/http11.c index 58f2307..a4a025d 100644 --- a/ext/http11/http11.c +++ b/ext/http11/http11.c @@ -14,7 +14,7 @@ static VALUE mMongrel; static VALUE cHttpParser; static VALUE cURIClassifier; static VALUE eHttpParserError; -static int id_handler_map; +static ID id_handler_map; static VALUE global_http_prefix; static VALUE global_request_method; -- cgit v1.2.3-24-ge0c7