summaryrefslogtreecommitdiffstats
path: root/src/libs
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-12-30 09:55:32 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-12-30 09:55:32 +0000
commitd5dce47a8b216a4db6ba2d075edd0e2de7556b6a (patch)
treea8f5c1292819773f054df4be577e80707ac3e3bd /src/libs
parent30032180cbe3735bcb119b8a477c42eddf50d2f2 (diff)
- fixed processing of Delta (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@2457 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'src/libs')
-rw-r--r--src/libs/zbxdbhigh/db.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libs/zbxdbhigh/db.c b/src/libs/zbxdbhigh/db.c
index 60286f45..933903b5 100644
--- a/src/libs/zbxdbhigh/db.c
+++ b/src/libs/zbxdbhigh/db.c
@@ -1417,6 +1417,8 @@ void DBget_item_from_db(DB_ITEM *item,DB_RESULT *result, int row)
item->formula = DBget_field(result,i,29);
item->host_available=atoi(DBget_field(result,i,30));
item->status=atoi(DBget_field(result,i,31));
+ item->trapper_hosts=DBget_field(result,i,32);
+ item->logtimefmt=DBget_field(result,i,33);
}
int DBget_default_escalation_id()