summaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2018-11-08 10:29:50 -0800
committerPatrick Venture <venture@google.com>2018-11-08 10:31:34 -0800
commitdf53de1f72e6271fc443d830b3daef26cded6f8d (patch)
tree5a462a51e5547613e646c75b912e84439c8f8069 /main.cpp
parente50d4e4aa5c77058b51a2f599cca6f391b6040da (diff)
downloadphosphor-ipmi-blobs-df53de1f72e6271fc443d830b3daef26cded6f8d.tar.gz
phosphor-ipmi-blobs-df53de1f72e6271fc443d830b3daef26cded6f8d.zip
main: s/blobs-ipmid/blob-ipmid/ for library path
Fixup a typo in the library path. The library path will be specified in a later patchset from the configure.ac by default, but that typo would have just lived there instead. Change-Id: Ia9f95fc46e3835781e4dbe3b3fdb2d9d36b7e565 Signed-off-by: Patrick Venture <venture@google.com>
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