mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
2 changed files with 5 additions and 0 deletions
|
@ -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>
|
Fri Jan 21 20:07:02 2005 Tanaka Akira <akr@m17n.org>
|
||||||
|
|
||||||
* lib/resolv.rb (Resolv::DNS::Config.resolv): don't raise ResolvError.
|
* lib/resolv.rb (Resolv::DNS::Config.resolv): don't raise ResolvError.
|
||||||
|
|
|
@ -29,6 +29,7 @@ module DRb
|
||||||
filename, option = parse_uri(uri)
|
filename, option = parse_uri(uri)
|
||||||
if filename.size == 0
|
if filename.size == 0
|
||||||
soc = temp_server
|
soc = temp_server
|
||||||
|
filename = soc.path
|
||||||
uri = 'drbunix:' + soc.path
|
uri = 'drbunix:' + soc.path
|
||||||
else
|
else
|
||||||
soc = UNIXServer.open(filename)
|
soc = UNIXServer.open(filename)
|
||||||
|
|
Loading…
Add table
Reference in a new issue