diff options
Diffstat (limited to 'protocols/ConnectionNotify/src/stdafx.h')
-rw-r--r-- | protocols/ConnectionNotify/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/ConnectionNotify/src/stdafx.h b/protocols/ConnectionNotify/src/stdafx.h index 436385367b..d55f2c1910 100644 --- a/protocols/ConnectionNotify/src/stdafx.h +++ b/protocols/ConnectionNotify/src/stdafx.h @@ -43,7 +43,7 @@ struct CMPlugin : public PLUGIN<CMPlugin> int iInterval; int iInterval1; bool bResolveIp; - int iStatus[MAX_STATUS_COUNT]; + int iStatus[MAX_STATUS_COUNT-1]; int iFiltersCount; int iDefaultAction = TRUE; uint16_t iStatusMask; |