diff options
Diffstat (limited to 'plugins/check_http.c')
-rw-r--r-- | plugins/check_http.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/check_http.c b/plugins/check_http.c index 733388b..b3b2263 100644 --- a/plugins/check_http.c +++ b/plugins/check_http.c | |||
@@ -663,6 +663,7 @@ check_http (void) | |||
663 | /* fetch the page */ | 663 | /* fetch the page */ |
664 | pagesize = (size_t) 0; | 664 | pagesize = (size_t) 0; |
665 | while ((i = my_recv ()) > 0) { | 665 | while ((i = my_recv ()) > 0) { |
666 | buffer[i] = "\0"; | ||
666 | full_page = strscat (full_page, buffer); | 667 | full_page = strscat (full_page, buffer); |
667 | pagesize += i; | 668 | pagesize += i; |
668 | } | 669 | } |