summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: cde03c1)
raw | patch | inline | side by side (parent: cde03c1)
author | Florian Forster <octo@huhu.verplant.org> | |
Mon, 4 Jan 2010 22:52:54 +0000 (23:52 +0100) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Mon, 4 Jan 2010 22:52:54 +0000 (23:52 +0100) |
This lead to huge negative values in that member, causing values to be only
written to upon exit. D'oh!
written to upon exit. D'oh!
src/rrdtool.c | patch | blob | history |
diff --git a/src/rrdtool.c b/src/rrdtool.c
index ee5d70c8255ed7631e1c6f770ce5b74b7f5fd5f2..ed1ced1f6547ce87ec698f39b9a986545baa5de4 100644 (file)
--- a/src/rrdtool.c
+++ b/src/rrdtool.c
rc->values = NULL;
rc->first_value = 0;
rc->last_value = 0;
+ rc->random_variation = 0;
rc->flags = FLAG_NONE;
new_rc = 1;
}