bug 11880: host status is now in sync

reviewed-by: kishan
This commit is contained in:
Abhinandan Prateek 2011-11-08 16:51:55 +05:30
parent 6999e98564
commit 103c725c1d
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;
}
}