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
path: root/src
diff options
context:
space:
mode:
authorAndrejs Kozlovs <andrejs.kozlovs@zabbix.com>2022-11-04 10:48:42 +0300
committerAndrejs Kozlovs <andrejs.kozlovs@zabbix.com>2022-11-04 10:49:08 +0300
commit60522581d09dbc9d8567148df53d2353a6caef90 (patch)
tree8705811b62b11dfa5fe4c87058ceed9d18e4bff2 /src
parent6c2e0ea8f575888e229b40d09420bf563e709592 (diff)
.......... [DEV-2135] fixed commit hooks
Diffstat (limited to 'src')
-rw-r--r--src/libs/zbxcacheconfig/dbconfig.h2
-rw-r--r--src/zabbix_server/dbconfig/Makefile.am1
2 files changed, 1 insertions, 2 deletions
diff --git a/src/libs/zbxcacheconfig/dbconfig.h b/src/libs/zbxcacheconfig/dbconfig.h
index ec348a1731c..c378a559511 100644
--- a/src/libs/zbxcacheconfig/dbconfig.h
+++ b/src/libs/zbxcacheconfig/dbconfig.h
@@ -892,7 +892,7 @@ typedef struct
zbx_hashset_t autoreg_hosts;
zbx_hashset_t host_inventories;
zbx_hashset_t host_inventories_auto; /* For caching of automatically populated host inventories. */
- /* Configuration syncer will read host_inventories without */
+ /* Configuration syncer will read host_inventories without */
/* locking cache and therefore it cannot be updated by */
/* by history syncers when new data is received. */
zbx_hashset_t ipmihosts;
diff --git a/src/zabbix_server/dbconfig/Makefile.am b/src/zabbix_server/dbconfig/Makefile.am
index be6396bb101..a0c642ab807 100644
--- a/src/zabbix_server/dbconfig/Makefile.am
+++ b/src/zabbix_server/dbconfig/Makefile.am
@@ -10,4 +10,3 @@ libzbxdbconfig_a_CFLAGS = \
-I$(top_srcdir)/src/libs/zbxcacheconfig \
-I$(top_srcdir)/src/libs/zbxcachehistory \
-I$(top_srcdir)/src/libs/zbxcachevalue
- \ No newline at end of file