]> granicus.if.org Git - icinga2/commitdiff
Fixed types for DynamicObject::__name and DynamicObject::_type.
authorGunnar Beutner <gunnar.beutner@netways.de>
Sat, 2 Feb 2013 19:17:33 +0000 (20:17 +0100)
committerGunnar Beutner <gunnar.beutner@netways.de>
Sat, 2 Feb 2013 19:17:33 +0000 (20:17 +0100)
itl/types.conf

index 585e1f9e0f504d06f1da2570c659d6cfcd528ca0..aca76528d3c608a1dd1432ba357c351e8510f2bf 100644 (file)
@@ -20,8 +20,8 @@
 type DynamicObject {
        number __abstract,
        number __local,
-       number __name,
-       number __type,
+       string __name,
+       string __type,
 
        dictionary methods {
                string *,