Fixed dummy backend to make committing work.

This commit is contained in:
Paul van Tilburg 2011-07-16 14:16:32 +02:00
parent 421ba85620
commit f66d6d0d24
1 changed files with 1 additions and 0 deletions

View File

@ -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