Merge remote branch 'public/integration' into integration

This commit is contained in:
Michael DeHaan 2012-04-13 19:33:57 -04:00
commit 347637339c
4 changed files with 6 additions and 4 deletions

View file

@ -151,6 +151,8 @@ class Cli(object):
clock = clock - options.poll_interval
time.sleep(options.poll_interval)
poll_hosts = self.hosts_to_poll(poll_results)
if len(poll_hosts)==0:
break
########################################################