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-04-07 15:36:22 +0300
committerVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2022-04-07 15:36:22 +0300
commitfc930172f61f74565d5c7180c6b9457180f1ffe2 (patch)
tree81b8cb180f549fbaf4b04b718210673eba960118 /include/dbcache.h
parentd26f356b7866245181c1598eaab7993b0c9d671a (diff)
........S. [ZBX-20823] fixed inability to update hosts that were created by LLD on aarch64
Diffstat (limited to 'include/dbcache.h')
-rw-r--r--include/dbcache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dbcache.h b/include/dbcache.h
index bff0b519217..6e946a00327 100644
--- a/include/dbcache.h
+++ b/include/dbcache.h
@@ -120,7 +120,7 @@ typedef struct
unsigned char ipmi_privilege;
char ipmi_username[HOST_IPMI_USERNAME_LEN_MAX];
char ipmi_password[HOST_IPMI_PASSWORD_LEN_MAX];
- char inventory_mode;
+ int inventory_mode;
unsigned char status;
unsigned char tls_connect;
unsigned char tls_accept;