X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fwrite_http.c;h=7cd19c3b69750c05fcdf019cf24167583d1ec8f2;hp=74fdaca05303d2f3674c4cf3b894767036ed9ae3;hb=48efd3deb4c9139fd060ff3d289896e9031bcc7c;hpb=ff8b75e1820552a8bbd1832544451723cbde768b diff --git a/src/write_http.c b/src/write_http.c index 74fdaca0..7cd19c3b 100644 --- a/src/write_http.c +++ b/src/write_http.c @@ -815,7 +815,8 @@ static int wh_config_node(oconfig_item_t *ci) /* {{{ */ callback_name, cb->location); user_data_t user_data = { - .data = cb, .free_func = wh_callback_free, + .data = cb, + .free_func = wh_callback_free, }; if (cb->send_metrics) {