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:
authorAndris Zeila <andris.zeila@zabbix.com>2021-09-29 21:24:14 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2021-09-29 21:26:12 +0300
commit405266d41b28e883b86976f54d1594de183d664e (patch)
tree5602c40b1f80d686e2334c5e18bf0ee070dbaba9 /include/db.h
parent3a1166533aba17e0a760048069be77576291ba89 (diff)
........S. [ZBXNEXT-6923] added standalone node registration
Diffstat (limited to 'include/db.h')
-rw-r--r--include/db.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/db.h b/include/db.h
index 5fcd0d725ae..ef0efc2cc0d 100644
--- a/include/db.h
+++ b/include/db.h
@@ -243,7 +243,6 @@ struct _DC_TRIGGER;
'\0' != *str ? "<>'" : "", \
'\0' != *str ? str : " is not null", \
'\0' != *str ? "'" : ""
-
#else
# define DBbegin_multiple_update(sql, sql_alloc, sql_offset) do {} while (0)
# define DBend_multiple_update(sql, sql_alloc, sql_offset) do {} while (0)