mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-03-22 19:27:13 +01:00
see #1943 Fixes object-group type for groups that hold icmp objects
This commit is contained in:
parent
e20321fc74
commit
b16968de98
@ -68,7 +68,7 @@ string ASA8ObjectGroup::getObjectGroupClass()
|
||||
switch (this->getObjectGroupType())
|
||||
{
|
||||
case MIXED_SERVICE: return "service";;
|
||||
default: return BaseObjectGroup::getObjectGroupClass();
|
||||
default: return PIXObjectGroup::getObjectGroupClass();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user