From df53de1f72e6271fc443d830b3daef26cded6f8d Mon Sep 17 00:00:00 2001 From: Patrick Venture Date: Thu, 8 Nov 2018 10:29:50 -0800 Subject: 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 --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.cpp') 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)); -- cgit v1.2.3