mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-28 08:04:14 +02:00
*NIX build fix.
This commit is contained in:
parent
c728e85c8c
commit
79579e9bb1
@ -6,12 +6,16 @@ pkglib_LTLIBRARIES = \
|
||||
livestatus_la_SOURCES = \
|
||||
andfilter.cpp \
|
||||
andfilter.h \
|
||||
combinerfilter.cpp \
|
||||
combinerfilter.h \
|
||||
component.cpp \
|
||||
component.h \
|
||||
connection.cpp \
|
||||
connection.h \
|
||||
filter.cpp \
|
||||
filter.h \
|
||||
negatefilter.cpp \
|
||||
negastefilter.h \
|
||||
orfilter.cpp \
|
||||
orfilter.h \
|
||||
query.cpp \
|
||||
|
@ -23,7 +23,7 @@ using namespace icinga;
|
||||
using namespace livestatus;
|
||||
|
||||
Query::Query(const vector<String>& lines)
|
||||
: m_OutputFormat("csv"), m_KeepAlive(false), m_ColumnHeaders(true), m_Limit(-1)
|
||||
: m_KeepAlive(false), m_OutputFormat("csv"), m_ColumnHeaders(true), m_Limit(-1)
|
||||
{
|
||||
String line = lines[0];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user