bug 11880: host status is now in sync

This commit is contained in:
Abhinandan Prateek 2011-11-08 16:44:48 +05:30
parent 6ad712d1c4
commit 884b9f3a35
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ public class ClusterSyncCommand extends Command implements CronCommand {
@Override
public boolean executeInSequence() {
return true;
return false;
}
}