X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fethstat.c;h=0d4c7e1522a6d28a18a52b7a21a9c4e59d9fc516;hb=07ba05937aeaedd683656c3912040950dbf4a152;hp=371020c97b2b4a99cc1c790a7d4afb93239b7550;hpb=a396da422740caf336a6d594515e8d80de6f440a;p=collectd.git diff --git a/src/ethstat.c b/src/ethstat.c index 371020c9..0d4c7e15 100644 --- a/src/ethstat.c +++ b/src/ethstat.c @@ -49,7 +49,7 @@ struct value_map_s { typedef struct value_map_s value_map_t; static char **interfaces; -static size_t interfaces_num = 0; +static size_t interfaces_num; static c_avl_tree_t *value_map;