diff options
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -78,7 +78,7 @@ void setupBlobGlobalHandler() /* Install handlers. */ try { - loadLibraries(expectedHandlerPath); + loadLibraries(getBlobManager(), expectedHandlerPath); } catch (const std::exception& e) { |