]> granicus.if.org Git - icinga2/commit
Don't throw an error when namespace indexers don't find a valid key 6669/head
authorMichael Friedrich <michael.friedrich@icinga.com>
Thu, 11 Oct 2018 10:42:56 +0000 (12:42 +0200)
committerMichael Friedrich <michael.friedrich@icinga.com>
Thu, 11 Oct 2018 10:42:56 +0000 (12:42 +0200)
commit43a571e013ec70c453a8f6a1cad0d1b9cc283fbc
tree0680565ef98ddb04f8932b78accebb5cea0b3d29
parent8bc5642ad544fc40152e5af6f73bdbb5d39b5137
Don't throw an error when namespace indexers don't find a valid key

Examples:

```
globals["abc"]
globals.def
```

The patch for the Icinga Director unfortunately only solves the
master, and as discussed with @lippserd we need to ensure that
satellites and clients with 2.10 can be restarted without any errors
from deployed configuration.

refs #6509
refs icinga/icingaweb2-module-director#1654
lib/base/namespace.cpp