mirror of
https://github.com/Icinga/icinga2.git
synced 2026-05-28 04:12:13 -04:00
Windows build fix.
This commit is contained in:
parent
c66878fa45
commit
2ae988f457
1 changed files with 2 additions and 3 deletions
|
|
@ -397,11 +397,10 @@ int CompatUtility::GetServiceInNotificationPeriod(const Service::Ptr& service)
|
|||
return 1;
|
||||
}
|
||||
|
||||
//fixme structs
|
||||
/* custom attr */
|
||||
Dictionary::Ptr CompatUtility::GetCustomVariableConfig(const DynamicObject::Ptr& object)
|
||||
{
|
||||
ASSERT(service->OwnsLock());
|
||||
ASSERT(object->OwnsLock());
|
||||
|
||||
Dictionary::Ptr custom;
|
||||
|
||||
|
|
@ -442,7 +441,7 @@ Dictionary::Ptr CompatUtility::GetCustomVariableConfig(const DynamicObject::Ptr&
|
|||
|
||||
String CompatUtility::GetCustomAttributeConfig(const DynamicObject::Ptr& object, const String& name)
|
||||
{
|
||||
ASSERT(service->OwnsLock());
|
||||
ASSERT(object->OwnsLock());
|
||||
|
||||
Dictionary::Ptr custom;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue