mirror of https://github.com/Icinga/icinga2.git
parent
c70987f119
commit
9f931edc82
|
@ -516,8 +516,6 @@ void LivestatusQuery::ExecuteGetHelper(const Stream::Ptr& stream)
|
||||||
|
|
||||||
/* add aggregated stats */
|
/* add aggregated stats */
|
||||||
for (const LivestatusRowValue& object : objects) {
|
for (const LivestatusRowValue& object : objects) {
|
||||||
Column column = table->GetColumn(m_Columns[0]);
|
|
||||||
|
|
||||||
std::vector<Value> statsKey;
|
std::vector<Value> statsKey;
|
||||||
|
|
||||||
for (const String& columnName : m_Columns) {
|
for (const String& columnName : m_Columns) {
|
||||||
|
|
Loading…
Reference in New Issue