aboutsummaryrefslogtreecommitdiffstats
path: root/extras/vom/vom/nat_static_cmds.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'extras/vom/vom/nat_static_cmds.cpp')
-rw-r--r--extras/vom/vom/nat_static_cmds.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/extras/vom/vom/nat_static_cmds.cpp b/extras/vom/vom/nat_static_cmds.cpp
index a80e47416ea..299f2f5f328 100644
--- a/extras/vom/vom/nat_static_cmds.cpp
+++ b/extras/vom/vom/nat_static_cmds.cpp
@@ -55,9 +55,7 @@ create_44_cmd::issue(connection& con)
VAPI_CALL(req.execute());
- m_hw_item.set(wait());
-
- return rc_t::OK;
+ return (wait());
}
std::string
@@ -178,9 +176,7 @@ create_66_cmd::issue(connection& con)
VAPI_CALL(req.execute());
- m_hw_item.set(wait());
-
- return rc_t::OK;
+ return (wait());
}
std::string