summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authoralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-01-11 13:08:48 +0000
committeralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-01-11 13:08:48 +0000
commit3e0875c1bde2417cbe4914a5335f24ab0abfe184 (patch)
treed3a4e82002f5586264578d6d96b0f5a79b23f785 /include
parentf3ea1860756a91e7fd9acc3fbc142c1fb81036f0 (diff)
downloadzabbix-3e0875c1bde2417cbe4914a5335f24ab0abfe184.tar.gz
zabbix-3e0875c1bde2417cbe4914a5335f24ab0abfe184.tar.xz
zabbix-3e0875c1bde2417cbe4914a5335f24ab0abfe184.zip
Minor changes.
git-svn-id: svn://svn.zabbix.com/trunk@3692 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include')
-rw-r--r--include/db.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/db.h b/include/db.h
index 8b62701b..e2200fbe 100644
--- a/include/db.h
+++ b/include/db.h
@@ -393,9 +393,9 @@ DB_HTTPSTEP
zbx_uint64_t httptestid;
int no;
char *name;
- char *url;
+ char url[MAX_STRING_LEN];
int timeout;
- char *posts;
+ char posts[MAX_STRING_LEN];
};
void DBconnect(void);