mirror of
https://github.com/Icinga/icinga2.git
synced 2026-04-15 22:00:07 -04:00
Fix a Windows build error
This commit is contained in:
parent
41f7ec9c8e
commit
8402d64fd9
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ public:
|
|||
|
||||
bool GetStreamHealth(void) const
|
||||
{
|
||||
return *m_Stream;
|
||||
return m_Stream->good();
|
||||
}
|
||||
|
||||
private:
|
||||
|
|
|
|||
Loading…
Reference in a new issue