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:
authorVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2022-05-06 13:32:39 +0300
committerVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2022-05-06 13:32:39 +0300
commit2f05d9a4320a704c9ab2deb8e576cf2a949d3ca9 (patch)
tree9c11ac3d863f064fcca13499974675e35805a629 /include/db.h
parent0a5e4d334a24afdc9a33afef498d41a21a015015 (diff)
........S. [ZBX-20823] fixed inability to update hosts that were created by LLD on aarch64
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 15264139094..0a229773850 100644
--- a/include/db.h
+++ b/include/db.h
@@ -924,7 +924,7 @@ typedef struct
unsigned char operator;
unsigned char status;
unsigned char severity;
- int inventory_mode;
+ signed char inventory_mode;
unsigned char discover;
}
zbx_lld_override_operation_t;