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 5fdb53d..ee236d9 100644
--- a/main.cpp
+++ b/main.cpp
@@ -78,7 +78,7 @@ void setupBlobGlobalHandler()
/* Install handlers. */
try
{
- loadLibraries(expectedHandlerPath);
+ loadLibraries(getBlobManager(), expectedHandlerPath);
}
catch (const std::exception& e)
{
OpenPOWER on IntegriCloud