mirror of https://github.com/Icinga/icinga2.git
Fix a Windows build error
This commit is contained in:
parent
41f7ec9c8e
commit
8402d64fd9
|
@ -81,7 +81,7 @@ public:
|
|||
|
||||
bool GetStreamHealth(void) const
|
||||
{
|
||||
return *m_Stream;
|
||||
return m_Stream->good();
|
||||
}
|
||||
|
||||
private:
|
||||
|
|
Loading…
Reference in New Issue