Merge branch 'collectd-5.4'
[collectd.git] / src / libcollectdclient / client.c
index 20015be..9ad61f6 100644 (file)
@@ -258,6 +258,7 @@ static int lcc_send (lcc_connection_t *c, const char *command) /* {{{ */
     lcc_set_errno (c, errno);
     return (-1);
   }
+  fflush(c->fh);
 
   return (0);
 } /* }}} int lcc_send */