Fixed dummy backend to make committing work.
This commit is contained in:
parent
421ba85620
commit
f66d6d0d24
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ module Ildus::Server::DomainBackend
|
|||
|
||||
def update_host(host, addr)
|
||||
puts "Update host #{host} with address #{addr}."
|
||||
return true
|
||||
end
|
||||
|
||||
end # class Dummy
|
||||
|
|
Reference in a new issue