From 3e0875c1bde2417cbe4914a5335f24ab0abfe184 Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 11 Jan 2007 13:08:48 +0000 Subject: Minor changes. git-svn-id: svn://svn.zabbix.com/trunk@3692 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- include/db.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') 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); -- cgit