fix report_client

git-svn-id: file:///home/svn/framework3/trunk@8209 4d416f70-5f16-0410-b530-b9f4589650da
unstable
James Lee 2010-01-23 00:15:57 +00:00
parent aa4e0429ad
commit 9b19755bf1
1 changed files with 2 additions and 1 deletions

View File

@ -341,7 +341,8 @@ class DBManager
# Returns a Client.
#
def report_client(opts)
report_host(:host => opts.delete(:host))
addr = opts.delete(:host) || return
report_host(:host => addr)
wait = opts.delete(:wait)
ret = {}