VOM: Fix state reconciliation
[vpp.git] / src / vpp-api / vom / om.cpp
index 5f5c26e..5ac7e9d 100644 (file)
@@ -87,9 +87,8 @@ OM::replay()
    */
   for (listener* l : *m_listeners) {
     l->handle_replay();
+    HW::write();
   }
-
-  HW::write();
 }
 
 void