summaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index e680d7c..dda9dec 100644
--- a/main.cpp
+++ b/main.cpp
@@ -63,7 +63,7 @@ static ipmi_ret_t handleBlobCommand(ipmi_cmd_t cmd, const uint8_t* reqBuf,
}
/* TODO: this should come from the makefile or recipe... */
-constexpr auto expectedHandlerPath = "/usr/lib/blobs-ipmid";
+constexpr auto expectedHandlerPath = "/usr/lib/blob-ipmid";
void setupBlobGlobalHandler() __attribute__((constructor));
OpenPOWER on IntegriCloud