summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chassishandler.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/chassishandler.cpp b/chassishandler.cpp
index c9885bd..c955658 100644
--- a/chassishandler.cpp
+++ b/chassishandler.cpp
@@ -1223,6 +1223,7 @@ ipmi_ret_t ipmi_chassis_identify(ipmi_netfn_t netfn, ipmi_cmd_t cmd,
? (static_cast<uint8_t*>(request))[forceIdentifyPos] & 0x01
: false;
+ *data_len = 0; // response have complete code only
if (identifyInterval || forceIdentify)
{
// stop the timer if already started, for force identify we should
OpenPOWER on IntegriCloud