X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=src%2Fipvs.c;h=0dcc8b364e1ca07c5fc15543b803f6c43de781e7;hp=0259df80fa011c389df2a70c3f2be2250dcf5cb6;hb=0e1e19f9e05c1b6a17f4a534cd0abd592fcab02e;hpb=793da5a1d4fee49f3628c8147732cad52d8b0a42 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;