From 46293ab57e1a17dda21d3578b6d678f9ae31096f Mon Sep 17 00:00:00 2001 From: Evan Weaver Date: Sat, 31 Jan 2009 14:36:45 -0800 Subject: Cleanup. --- lib/mongrel.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/mongrel.rb b/lib/mongrel.rb index 2185e6b..b4d85f4 100644 --- a/lib/mongrel.rb +++ b/lib/mongrel.rb @@ -254,7 +254,7 @@ module Mongrel # access the HttpServer::acceptor attribute to get the thread later. def start! semaphore = Semaphore.new(@max_concurrent_threads) - BasicSocket.do_not_reverse_lookup=true + BasicSocket.do_not_reverse_lookup = true configure_socket_options @@ -304,7 +304,7 @@ module Mongrel end end - return @acceptor + @acceptor end # Stops the acceptor thread and then causes the worker threads to finish -- cgit v1.2.3-24-ge0c7