diff options
Diffstat (limited to 'ot_stats.c')
-rw-r--r-- | ot_stats.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -82,7 +82,7 @@ union stats_network_node { | |||
82 | }; | 82 | }; |
83 | 83 | ||
84 | #ifdef WANT_LOG_NETWORKS | 84 | #ifdef WANT_LOG_NETWORKS |
85 | static stats_network_node *stats_network_counters_root = NULL; | 85 | static stats_network_node *stats_network_counters_root; |
86 | #endif | 86 | #endif |
87 | 87 | ||
88 | static int stat_increase_network_count( stats_network_node **node, int depth, uintptr_t ip ) { | 88 | static int stat_increase_network_count( stats_network_node **node, int depth, uintptr_t ip ) { |