summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 5e4f2ae)
raw | patch | inline | side by side (parent: 5e4f2ae)
author | Pavel Rochnyack <pavel2000@ngs.ru> | |
Wed, 26 Oct 2016 17:27:36 +0000 (23:27 +0600) | ||
committer | Pavel Rochnyack <pavel2000@ngs.ru> | |
Wed, 26 Oct 2016 17:27:36 +0000 (23:27 +0600) |
Closes: #1996
src/write_http.c | patch | blob | history |
diff --git a/src/write_http.c b/src/write_http.c
index 4a5818c76bc13f824cb8270b169bcedf75cbc27b..f8cc4e8df5627a946e0e431087a55b6f7dae5495 100644 (file)
--- 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;