1 Title: Fix Livestatus query for column fixed in table downtimes for newly created downtimes
11 This column would show large random integer values instead of 0 and 1. After a core restart
12 the value was correct. This was due to a type mismatch (int vs. bool) in the implementation
13 und probably due to a compiler optimization.