summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorsasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-07-16 08:38:01 +0000
committersasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-07-16 08:38:01 +0000
commited7c11afc6a47092d04df61a3c769ab6570f0116 (patch)
tree050ea04ad5467eae3a3efeee62840fccef2c7717 /src
parent9aece56f182f4491686494e935f7122ee5295bf1 (diff)
downloadzabbix-ed7c11afc6a47092d04df61a3c769ab6570f0116.tar.gz
zabbix-ed7c11afc6a47092d04df61a3c769ab6570f0116.tar.xz
zabbix-ed7c11afc6a47092d04df61a3c769ab6570f0116.zip
- [DEV-137] misc bugs and improvements
[bug fix in function DBupdate_graph()] git-svn-id: svn://svn.zabbix.com/trunk@5828 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'src')
-rw-r--r--src/libs/zbxdbhigh/host.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/zbxdbhigh/host.c b/src/libs/zbxdbhigh/host.c
index 29fe0429..81159296 100644
--- a/src/libs/zbxdbhigh/host.c
+++ b/src/libs/zbxdbhigh/host.c
@@ -1214,7 +1214,7 @@ static int DBupdate_graph(
"yaxistype=%i,yaxismin=%i,yaxismax=%i,templateid=" ZBX_FS_UI64 ","
"show_work_period=%i,show_triggers=%i,graphtype=%i,"
"show_legend=%i,show_3d=%i where graphid=" ZBX_FS_UI64,
- name,width,height,yaxistype,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,
+ name_esc,width,height,yaxistype,yaxismin,yaxismax,templateid,show_work_period,show_triggers,graphtype,
show_legend,show_3d,graphid);
zbx_free(name_esc);