summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
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];