fix report_client
git-svn-id: file:///home/svn/framework3/trunk@8209 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
aa4e0429ad
commit
9b19755bf1
|
@ -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 = {}
|
||||
|
|
Loading…
Reference in New Issue