libcollectdclient: Added missing element to LCC_VALUE_LIST_INIT.
authorSebastian Harl <sh@tokkee.org>
Mon, 9 Aug 2010 19:29:07 +0000 (21:29 +0200)
committerSebastian Harl <sh@tokkee.org>
Mon, 9 Aug 2010 19:29:07 +0000 (21:29 +0200)
src/libcollectdclient/client.h

index 11e7b13..9900353 100644 (file)
@@ -84,7 +84,7 @@ struct lcc_value_list_s
   lcc_identifier_t identifier;
 };
 typedef struct lcc_value_list_s lcc_value_list_t;
-#define LCC_VALUE_LIST_INIT { NULL, 0, 0, 0, LCC_IDENTIFIER_INIT }
+#define LCC_VALUE_LIST_INIT { NULL, NULL, 0, 0, 0, LCC_IDENTIFIER_INIT }
 
 struct lcc_connection_s;
 typedef struct lcc_connection_s lcc_connection_t;