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