summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorsasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-08-01 08:33:26 +0000
committersasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-08-01 08:33:26 +0000
commit03c1f7d36286e83e37bf3eaf2ad2ef8ea826969e (patch)
tree96434ca70a26b3013a486be132e6391f2f095f51 /include
parentcca9b9f61d00f638b51ad9286da82865f63c4e08 (diff)
downloadzabbix-03c1f7d36286e83e37bf3eaf2ad2ef8ea826969e.tar.gz
zabbix-03c1f7d36286e83e37bf3eaf2ad2ef8ea826969e.tar.xz
zabbix-03c1f7d36286e83e37bf3eaf2ad2ef8ea826969e.zip
- [DEV-187] increased Url field in web scenario
git-svn-id: svn://svn.zabbix.com/trunk@5859 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include')
-rw-r--r--include/db.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/db.h b/include/db.h
index 158cc489..4ad76d4f 100644
--- a/include/db.h
+++ b/include/db.h
@@ -454,7 +454,7 @@ DB_HTTPSTEP
zbx_uint64_t httptestid;
int no;
char *name;
- char url[MAX_STRING_LEN];
+ char url[MAX_STRING_LEN]; /* excessive length is required to support macros */
int timeout;
char posts[MAX_STRING_LEN];
char required[HTTPSTEP_REQUIRED_LEN_MAX];