Code

curl plugins: Use configured URL for all poll cycles
[collectd.git] / src / email.c
index 1da2633ab39612be6bd6b9a28310d494cffd9f37..b7a5bcad24414538a07054ebac05dad52e9ec4a9 100644 (file)
@@ -403,7 +403,7 @@ static void *open_connection(void __attribute__((unused)) * arg) {
   {
     struct group sg;
     struct group *grp;
-    char grbuf[2048];
+    char grbuf[4096];
     int status;
 
     grp = NULL;