diff options
author | Patrick Venture <venture@google.com> | 2018-11-08 10:29:50 -0800 |
---|---|---|
committer | Patrick Venture <venture@google.com> | 2018-11-08 10:31:34 -0800 |
commit | df53de1f72e6271fc443d830b3daef26cded6f8d (patch) | |
tree | 5a462a51e5547613e646c75b912e84439c8f8069 | |
parent | e50d4e4aa5c77058b51a2f599cca6f391b6040da (diff) | |
download | phosphor-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>
-rw-r--r-- | main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)); |