X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fipvs.c;h=0dcc8b364e1ca07c5fc15543b803f6c43de781e7;hp=0259df80fa011c389df2a70c3f2be2250dcf5cb6;hb=48efd3deb4c9139fd060ff3d289896e9031bcc7c;hpb=87f8f66a84e78fd37dd2767c032ce74924d31dfd diff --git a/src/ipvs.c b/src/ipvs.c index 0259df80..0dcc8b36 100644 --- a/src/ipvs.c +++ b/src/ipvs.c @@ -207,7 +207,8 @@ static void cipvs_submit_connections(const char *pi, const char *ti, static void cipvs_submit_if(const char *pi, const char *t, const char *ti, derive_t rx, derive_t tx) { value_t values[] = { - {.derive = rx}, {.derive = tx}, + {.derive = rx}, + {.derive = tx}, }; value_list_t vl = VALUE_LIST_INIT;