Merge pull request #2618 from ajssmith/amqp1_dev1_branch
[collectd.git] / src / modbus.c
index 2b5e687..efcf6be 100644 (file)
@@ -152,7 +152,7 @@ struct mb_data_group_s /* {{{ */
 /*
  * Global variables
  */
-static mb_data_t *data_definitions = NULL;
+static mb_data_t *data_definitions;
 
 /*
  * Functions