fail if UNIXFileOwner is set. [druby-ja:111]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7807 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
78f31c7be6
commit
b0b6e67394
@ -1,3 +1,7 @@
|
||||
Sat Jan 22 22:27:28 2005 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp>
|
||||
|
||||
* lib/drb/unix.rb: fail if UNIXFileOwner is set. [druby-ja:111]
|
||||
|
||||
Fri Jan 21 20:07:02 2005 Tanaka Akira <akr@m17n.org>
|
||||
|
||||
* lib/resolv.rb (Resolv::DNS::Config.resolv): don't raise ResolvError.
|
||||
|
@ -29,6 +29,7 @@ module DRb
|
||||
filename, option = parse_uri(uri)
|
||||
if filename.size == 0
|
||||
soc = temp_server
|
||||
filename = soc.path
|
||||
uri = 'drbunix:' + soc.path
|
||||
else
|
||||
soc = UNIXServer.open(filename)
|
||||
|
Loading…
x
Reference in New Issue
Block a user