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:
authorSergey Simonenko <sergey.simonenko@zabbix.com>2021-11-22 21:07:45 +0300
committerSergey Simonenko <sergey.simonenko@zabbix.com>2021-11-22 21:07:45 +0300
commit5cc03842e1a0dcfe109d4bb9fd73ee4a2e9f7a92 (patch)
tree434cf250ab43754520c5cac38fef3f957826aaab /include/db.h
parenta5356404dbc737f69146660360d7337fd55f0dee (diff)
........S. [ZBXNEXT-6250] changed field name
Diffstat (limited to 'include/db.h')
-rw-r--r--include/db.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/db.h b/include/db.h
index 0f44c9d07bd..a4651b3212e 100644
--- a/include/db.h
+++ b/include/db.h
@@ -489,7 +489,7 @@ typedef struct
unsigned char pause_suppressed;
unsigned char recovery;
unsigned char status;
- unsigned char notify_canceled;
+ unsigned char notify_if_canceled;
}
DB_ACTION;