mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 13:45:04 +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
|
||||
{
|
||||
return *m_Stream;
|
||||
return m_Stream->good();
|
||||
}
|
||||
|
||||
private:
|
||||
|
Loading…
x
Reference in New Issue
Block a user