aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/check_http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_http.c b/plugins/check_http.c
index e6310c8d..781d1498 100644
--- a/plugins/check_http.c
+++ b/plugins/check_http.c
@@ -527,7 +527,7 @@ check_http (void)
char *page = "";
char *auth = NULL;
int i = 0;
- size_t pagesize = 1;
+ size_t pagesize = 0;
char *full_page = "";
char *buf = NULL;
char *pos = "";