summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b628428)
raw | patch | inline | side by side (parent: b628428)
author | Florian Forster <octo@huhu.verplant.org> | |
Wed, 1 Jul 2009 14:59:56 +0000 (16:59 +0200) | ||
committer | Florian Forster <octo@noris.net> | |
Wed, 1 Jul 2009 14:59:56 +0000 (16:59 +0200) |
src/rrdcached.c | patch | blob | history |
diff --git a/src/rrdcached.c b/src/rrdcached.c
index 8755400b7debcea38742c6d24ba56e69201e793b..728ada459d821f2c7cd4d009e14cdd882e01f59d 100644 (file)
--- a/src/rrdcached.c
+++ b/src/rrdcached.c
if ((ds->ds[i].type != DS_TYPE_COUNTER)
&& (ds->ds[i].type != DS_TYPE_GAUGE)
&& (ds->ds[i].type != DS_TYPE_DERIVE)
- && (ds->ds[i].type != DS_TYPE_ABSOLUTE)
+ && (ds->ds[i].type != DS_TYPE_ABSOLUTE))
return (-1);
if (ds->ds[i].type == DS_TYPE_COUNTER)