X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fteamspeak2.c;h=42cc54eb9c605a8758ee7e0c297d6c083378de8a;hb=4e8dab9bf35517dfc16a665baaff9e57be617015;hp=1ab6e4bf4ea5bbcd8b3750db1805bad4c07446ee;hpb=7045c4b543304ffabaa30a2ca9183489e75eafe3;p=collectd.git diff --git a/src/teamspeak2.c b/src/teamspeak2.c index 1ab6e4bf..42cc54eb 100644 --- a/src/teamspeak2.c +++ b/src/teamspeak2.c @@ -132,7 +132,8 @@ static void tss2_submit_io(const char *plugin_instance, const char *type, */ value_list_t vl = VALUE_LIST_INIT; value_t values[] = { - {.derive = rx}, {.derive = tx}, + {.derive = rx}, + {.derive = tx}, }; vl.values = values;