Skip to content

Commit

Permalink
fail if UNIXFileOwner is set. [druby-ja:111]
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7807 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
seki committed Jan 22, 2005
1 parent 78f31c7 commit b0b6e67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Sat Jan 22 22:27:28 2005 Masatoshi SEKI <[email protected]>

* lib/drb/unix.rb: fail if UNIXFileOwner is set. [druby-ja:111]

Fri Jan 21 20:07:02 2005 Tanaka Akira <[email protected]>

* lib/resolv.rb (Resolv::DNS::Config.resolv): don't raise ResolvError.
Expand Down
1 change: 1 addition & 0 deletions lib/drb/unix.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def self.open_server(uri, config)
filename, option = parse_uri(uri)
if filename.size == 0
soc = temp_server
filename = soc.path
uri = 'drbunix:' + soc.path
else
soc = UNIXServer.open(filename)
Expand Down

0 comments on commit b0b6e67

Please sign in to comment.