]> granicus.if.org Git - icinga2/commitdiff
Fix a build warning 5616/head
authorGunnar Beutner <gunnar.beutner@icinga.com>
Mon, 25 Sep 2017 10:15:59 +0000 (12:15 +0200)
committerGunnar Beutner <gunnar.beutner@icinga.com>
Mon, 25 Sep 2017 10:15:59 +0000 (12:15 +0200)
refs #5443

lib/remote/apilistener.ti

index ce91a3f0306ac55dabc66ff487d39f0681ca8f81..41ec9770596441c4e22c383dce5be194290ea4a4 100644 (file)
@@ -49,7 +49,7 @@ class ApiListener : ConfigObject
 
        [config] String ticket_salt;
 
-       [config] array(String) access_control_allow_origin {
+       [config] Array::Ptr access_control_allow_origin {
                default {{{ return new Array(); }}}
        };
        [config] bool access_control_allow_credentials