summaryrefslogtreecommitdiffstats
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 e6310c8..781d149 100644
--- a/plugins/check_http.c
+++ b/plugins/check_http.c
@@ -527,7 +527,7 @@ check_http (void)
527 char *page = ""; 527 char *page = "";
528 char *auth = NULL; 528 char *auth = NULL;
529 int i = 0; 529 int i = 0;
530 size_t pagesize = 1; 530 size_t pagesize = 0;
531 char *full_page = ""; 531 char *full_page = "";
532 char *buf = NULL; 532 char *buf = NULL;
533 char *pos = ""; 533 char *pos = "";