summaryrefslogtreecommitdiffstats
path: root/strgfnhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'strgfnhandler.cpp')
-rw-r--r--strgfnhandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/strgfnhandler.cpp b/strgfnhandler.cpp
index a7c4b42..a00fc73 100644
--- a/strgfnhandler.cpp
+++ b/strgfnhandler.cpp
@@ -101,7 +101,7 @@ ipmi_ret_t ipmi_storage_write_fru_data(ipmi_netfn_t netfn, ipmi_cmd_t cmd,
// We received some bytes. It may be full or partial. Send a valid
// FRU file to the inventory controller on DBus for the correct number
bool bmc_fru = false;
- ipmi_validate_fru_area(reqptr->frunum, fru_file_name, bus_type, bmc_fru);
+ validateFRUArea(reqptr->frunum, fru_file_name, bus_type, bmc_fru);
return rc;
}
OpenPOWER on IntegriCloud