VOM: support for pipes
[vpp.git] / extras / vom / vom / gbp_contract_cmds.cpp
index a98dc62..dea5350 100644 (file)
@@ -49,9 +49,7 @@ create_cmd::issue(connection& con)
 
   VAPI_CALL(req.execute());
 
-  m_hw_item.set(wait());
-
-  return rc_t::OK;
+  return (wait());
 }
 
 std::string
@@ -94,9 +92,7 @@ delete_cmd::issue(connection& con)
 
   VAPI_CALL(req.execute());
 
-  m_hw_item.set(wait());
-
-  return rc_t::OK;
+  return (wait());
 }
 
 std::string