summaryrefslogtreecommitdiffstats
path: root/host-interface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'host-interface.cpp')
-rw-r--r--host-interface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host-interface.cpp b/host-interface.cpp
index 69ab376..1f9bfcb 100644
--- a/host-interface.cpp
+++ b/host-interface.cpp
@@ -54,7 +54,7 @@ void Host::execute(Base::Host::Command command)
std::placeholders::_1,
std::placeholders::_2));
- return ipmid_send_cmd_to_host(std::move(cmd));
+ ipmid_send_cmd_to_host(std::move(cmd));
}
// Called into by Command Manager
OpenPOWER on IntegriCloud