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:
authorDmitrijs Goloscapovs <dmitrijs.goloscapovs@zabbix.com>2021-05-05 15:16:03 +0300
committerDmitrijs Goloscapovs <dmitrijs.goloscapovs@zabbix.com>2021-05-08 09:22:59 +0300
commit2ceefb25214079552364b7bd47340ed67308342f (patch)
tree31ef88fc5eb68587f4297f6fc86fc38a142ced96 /src
parent1bd328b6178e9817c294aa04f65da11979ecaaad (diff)
.......P.. [ZBX-19241] stopped proxy from overwriting local lastlogsize and mtime
(cherry picked from commit b7b9b2c686df318d128b75be9c23f5bb9c61d4ae)
Diffstat (limited to 'src')
-rw-r--r--src/libs/zbxdbhigh/proxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/zbxdbhigh/proxy.c b/src/libs/zbxdbhigh/proxy.c
index cbf1c38fe9d..0bfda980c45 100644
--- a/src/libs/zbxdbhigh/proxy.c
+++ b/src/libs/zbxdbhigh/proxy.c
@@ -1421,7 +1421,7 @@ static int process_proxyconfig_table(const ZBX_TABLE *table, struct zbx_json_par
if (NULL == table_items)
{
- table_items = DBget_table("items");
+ table_items = DBget_table("item_rtdata");
/* do not update existing lastlogsize and mtime fields */
zbx_vector_ptr_create(&skip_fields);