aboutsummaryrefslogtreecommitdiffstats
path: root/extras/vom/vom/arp_proxy_config_cmds.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'extras/vom/vom/arp_proxy_config_cmds.cpp')
-rw-r--r--extras/vom/vom/arp_proxy_config_cmds.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/vom/vom/arp_proxy_config_cmds.cpp b/extras/vom/vom/arp_proxy_config_cmds.cpp
index 122c51bdb95..deb52c459b7 100644
--- a/extras/vom/vom/arp_proxy_config_cmds.cpp
+++ b/extras/vom/vom/arp_proxy_config_cmds.cpp
@@ -48,7 +48,7 @@ config_cmd::issue(connection& con)
VAPI_CALL(req.execute());
- m_hw_item.set(wait());
+ wait();
return (rc_t::OK);
}