Skip to content
Snippets Groups Projects
Commit f1d151c7 authored by Jan Kadlec's avatar Jan Kadlec
Browse files

Changed variable name in zone structure: non_authorative_node_count -> node_count.

parent c7560ea1
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ struct dnslib_zone {
dnslib_node_t *apex; /*!< Apex node of the zone (holding SOA) */
avl_tree_t *tree; /*!< AVL tree for holding zone nodes. */
avl_tree_t *nsec3_nodes; /*!< AVL tree for holding NSEC3 nodes. */
uint non_authorative_node_count;
uint node_count;
};
typedef struct dnslib_zone dnslib_zone_t;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment