X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fwrite_http.c;h=7cd19c3b69750c05fcdf019cf24167583d1ec8f2;hb=39049b56158161b4f9eeacdad8918bcf0f1f7e90;hp=74fdaca05303d2f3674c4cf3b894767036ed9ae3;hpb=ff8b75e1820552a8bbd1832544451723cbde768b;p=collectd.git 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) {