Merge remote-tracking branch 'github/pr/2276'
[collectd.git] / src / libcollectdclient / client.c
index 51a4ab2..3ae2e71 100644 (file)
@@ -99,7 +99,7 @@
  */
 struct lcc_connection_s {
   FILE *fh;
-  char errbuf[1024];
+  char errbuf[2048];
 };
 
 struct lcc_response_s {