summaryrefslogtreecommitdiffstats
path: root/plugins/t
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/t')
0 files changed, 0 insertions, 0 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 = "";