mirror of https://github.com/Icinga/icinga2.git
parent
c38c81ac3f
commit
518ab55418
|
@ -23,6 +23,8 @@
|
||||||
|
|
||||||
using namespace icinga;
|
using namespace icinga;
|
||||||
|
|
||||||
|
INITIALIZE_ONCE(&DbQuery::StaticInitialize);
|
||||||
|
|
||||||
void DbQuery::StaticInitialize(void)
|
void DbQuery::StaticInitialize(void)
|
||||||
{
|
{
|
||||||
ScriptVariable::Set("DbCatConfig", DbCatConfig, true, true);
|
ScriptVariable::Set("DbCatConfig", DbCatConfig, true, true);
|
||||||
|
|
Loading…
Reference in New Issue