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:
authorAndris Zeila <andris.zeila@zabbix.com>2021-03-07 19:48:55 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2021-03-07 19:51:54 +0300
commit6c0e3d098c1dc6d80c218363d5b091661008c7d3 (patch)
treee29d6cfc0723011819e1d337df6082dfa6e978a0 /include/zbxreport.h
parenta0655f640e67c2d88007694cadc80c9b7ae9d972 (diff)
........S. [ZBXNEXT-6478] added report job creation, report status update in database
Diffstat (limited to 'include/zbxreport.h')
-rw-r--r--include/zbxreport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zbxreport.h b/include/zbxreport.h
index 1d8f2841c77..3d01ca5fef5 100644
--- a/include/zbxreport.h
+++ b/include/zbxreport.h
@@ -22,7 +22,7 @@
#include "zbxjson.h"
#define ZBX_REPORT_STATUS_ENABLED 0
-#define ZBX_REPORT_STATUS_DIABLED 1
+#define ZBX_REPORT_STATUS_DISABLED 1
#define ZBX_REPORT_PERIOD_DAY 0
#define ZBX_REPORT_PERIOD_WEEK 0