Revert unintentional change to plan_apply.go during rebase

This commit is contained in:
Preetha Appan 2017-11-02 10:14:14 -05:00
parent 797af051b8
commit 1a864dd7e8
1 changed files with 0 additions and 2 deletions

View File

@ -149,8 +149,6 @@ func (s *Server) applyPlan(plan *structs.Plan, result *structs.PlanResult, snap
for _, alloc := range req.Alloc {
if alloc.CreateTime == 0 {
alloc.CreateTime = now
} else {
alloc.ModifyTime = now
}
alloc.ModifyTime = now
}