summaryrefslogtreecommitdiffstats
path: root/src/zabbix_server/nodewatcher
diff options
context:
space:
mode:
authoralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-02-14 13:39:22 +0000
committeralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-02-14 13:39:22 +0000
commite7961b0ab291edc38b987454372ad191caf8060d (patch)
treebea8cc60f7152f1aa81d74b7ec7659195722090f /src/zabbix_server/nodewatcher
parent7564feecad708a622473813b6b0db2e2420ccbde (diff)
downloadzabbix-e7961b0ab291edc38b987454372ad191caf8060d.tar.gz
zabbix-e7961b0ab291edc38b987454372ad191caf8060d.tar.xz
zabbix-e7961b0ab291edc38b987454372ad191caf8060d.zip
High level DB library split into two: low level and higher level libs.
git-svn-id: svn://svn.zabbix.com/trunk@3829 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'src/zabbix_server/nodewatcher')
-rw-r--r--src/zabbix_server/nodewatcher/nodewatcher.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zabbix_server/nodewatcher/nodewatcher.c b/src/zabbix_server/nodewatcher/nodewatcher.c
index 5dbe006e..01b5b421 100644
--- a/src/zabbix_server/nodewatcher/nodewatcher.c
+++ b/src/zabbix_server/nodewatcher/nodewatcher.c
@@ -297,7 +297,7 @@ int main_nodewatcher_loop()
zbx_setproctitle("connecting to the database");
zabbix_log( LOG_LEVEL_DEBUG, "Starting sync with nodes");
- DBconnect();
+ DBconnect(ZBX_DB_CONNECT_NORMAL);
if(lastrun + 120 < start)
{