src/plugin.c: Assure rf->rf_next_read is initialized.
authorFlorian Forster <octo@collectd.org>
Sun, 24 Feb 2013 09:41:06 +0000 (10:41 +0100)
committerFlorian Forster <octo@collectd.org>
Sun, 24 Feb 2013 09:41:06 +0000 (10:41 +0100)
commit318d6f62f7b09954102e4799d9d73a1f7a6c3edc
treece352cb5dfef81eb16a71f76bde948f904c6ec2d
parente277e04ede1dc46861e0d71e204c881cec79af48
src/plugin.c: Assure rf->rf_next_read is initialized.

Otherwise read callbacks will be called twice on startup, causing all
sorts of trouble.
src/plugin.c