src/plugin.c: Assert that "data_sets" is non-NULL.
authorFlorian Forster <octo@collectd.org>
Sat, 23 Mar 2013 08:53:28 +0000 (09:53 +0100)
committerFlorian Forster <octo@collectd.org>
Sat, 23 Mar 2013 08:53:28 +0000 (09:53 +0100)
commit044cb79594f94632eedf24a7bbfb8e645691a6d3
tree326d5fd494dc23ffaa5d7570f2019b745c9882b2
parent344be4992285313e8855c8114993b692ae08775e
src/plugin.c: Assert that "data_sets" is non-NULL.

Otherwise we might run into an assertion in the AVL tree. This can be
triggered e.g. when calling plugin_get_ds() from within a config
callback.
src/plugin.c