Merge branch 'collectd-5.2'
[collectd.git] / src / rrdcached.c
index a37b4b5..0a98035 100644 (file)
@@ -463,6 +463,8 @@ static int rc_write (const data_set_t *ds, const value_list_t *vl,
             filename);
         return (-1);
       }
+      else if (rrdcreate_config.async)
+        return (0);
     }
   }