diff --git a/src/reactor.cc b/src/reactor.cc index f1912f415..285f199d5 100644 --- a/src/reactor.cc +++ b/src/reactor.cc @@ -145,7 +145,7 @@ void Reactor::Tick() { spent.Push(fresh.Pop()); } if(CheckDecommissionCondition()) { - Decommission(); + context()->SchedDecom(this); } return; }