Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksandrs Saveljevs <git-no-reply@zabbix.com>2013-10-23 14:26:22 +0400
committerAleksandrs Saveljevs <git-no-reply@zabbix.com>2013-10-23 14:26:22 +0400
commitf3b8bb9588812d0babc32ee61312802bf1932c20 (patch)
tree0fae2fe48945a74a55079af6b09310242f19d8c2 /include/sysinc.h
parent3b9957cf29f605b1da24b3aace746e1d6d76729a (diff)
........S. [ZBX-7185] fixed two bugs with internal item events: (a) escalations were not cancelled in case item or host is disabled, (b) escalations were not superseded properly
Diffstat (limited to 'include/sysinc.h')
-rw-r--r--include/sysinc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sysinc.h b/include/sysinc.h
index 7f4ce670d14..abf1f067fb6 100644
--- a/include/sysinc.h
+++ b/include/sysinc.h
@@ -396,7 +396,7 @@
# include <net-snmp/net-snmp-includes.h>
#endif
-/* Required for SNMP support*/
+/* Required for SNMP support */
#ifdef HAVE_UCDSNMP
# include <ucd-snmp/ucd-snmp-config.h>
# include <ucd-snmp/ucd-snmp-includes.h>