From 6591e380169e85e7764150e3a93722ca990ee05d Mon Sep 17 00:00:00 2001 From: seki Date: Mon, 19 Nov 2007 18:30:18 +0000 Subject: merged from ruby_1_8 branch. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13975 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/drb/unix.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/drb/unix.rb') diff --git a/lib/drb/unix.rb b/lib/drb/unix.rb index 989ec57eed..57feed8301 100644 --- a/lib/drb/unix.rb +++ b/lib/drb/unix.rb @@ -88,7 +88,7 @@ module DRb public def close return unless @socket - path = @socket.path + path = @socket.path if @server_mode @socket.close File.unlink(path) if @server_mode @socket = nil -- cgit v1.2.3