VOM: support for pipes
[vpp.git] / extras / vom / vom / l2_xconnect_cmds.cpp
index dc2c40c..37eca9e 100644 (file)
@@ -44,7 +44,7 @@ bind_cmd::issue(connection& con)
 
   VAPI_CALL(req.execute());
 
-  m_hw_item.set(wait());
+  wait();
 
   return (rc_t::OK);
 }