X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fwrite_http.c;h=f8cc4e8df5627a946e0e431087a55b6f7dae5495;hb=a92b550961ed60b55f391ff073fbe005ba3c1f53;hp=4a5818c76bc13f824cb8270b169bcedf75cbc27b;hpb=64d7901606e27ab6de67164534494ca7b0055622;p=collectd.git diff --git a/src/write_http.c b/src/write_http.c index 4a5818c7..f8cc4e8d 100644 --- a/src/write_http.c +++ b/src/write_http.c @@ -366,7 +366,7 @@ static int wh_write_command (const data_set_t *ds, const value_list_t *vl, /* {{ if ((cb == NULL) || (cb->send_buffer == NULL)) return -1; - if (strcmp (ds->type, vl->type) == 0) { + if (strcmp (ds->type, vl->type) != 0) { ERROR ("write_http plugin: DS type does not match " "value list type"); return -1;