Merge branch 'collectd-5.8'
[collectd.git] / src / nginx.c
index 23feb1c..e5ca89c 100644 (file)
@@ -44,7 +44,7 @@ static char *timeout;
 static CURL *curl;
 
 static char nginx_buffer[16384];
-static size_t nginx_buffer_len = 0;
+static size_t nginx_buffer_len;
 static char nginx_curl_error[CURL_ERROR_SIZE];
 
 static const char *config_keys[] = {