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