X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=HLT%2FBASE%2FAliHLT_C_Component_WrapperInterface.cxx;h=9f009c1285cea486edf8ce67e8391d86e4501059;hp=e4329d96659bcdba214ff22cafaa387ba9f040b8;hb=82c58a8700cb50edf50d748fade1b202173c0c01;hpb=388d66038d802f5fe55f9f47f0ccc1b587f18ede diff --git a/HLT/BASE/AliHLT_C_Component_WrapperInterface.cxx b/HLT/BASE/AliHLT_C_Component_WrapperInterface.cxx index e4329d96659..9f009c1285c 100644 --- a/HLT/BASE/AliHLT_C_Component_WrapperInterface.cxx +++ b/HLT/BASE/AliHLT_C_Component_WrapperInterface.cxx @@ -93,7 +93,7 @@ int AliHLT_C_CreateComponent( const char* componentType, void* environ_param, in if (comp) { const char* cdbPath = getenv("ALIHLT_HCDBDIR"); if (!cdbPath) cdbPath = getenv("ALICE_ROOT"); - if (cdbPath) comp->InitCDB(cdbPath); + if (cdbPath) comp->InitCDB(cdbPath, gComponentHandler_C); } *handle = reinterpret_cast( comp );