Skip to content
Snippets Groups Projects
Commit 9b43c570 authored by Jan Včelák's avatar Jan Včelák :rocket:
Browse files

review: no explicit inline

parent 21c6239d
No related branches found
No related tags found
No related merge requests found
......@@ -508,8 +508,8 @@ static int check_rrsig(const zone_node_t *node, semchecks_data_t *data)
/*!
* \brief Add all RR types from a node into the bitmap.
*/
inline static void bitmap_add_all_node_rrsets(dnssec_nsec_bitmap_t *bitmap,
const zone_node_t *node)
static void bitmap_add_all_node_rrsets(dnssec_nsec_bitmap_t *bitmap,
const zone_node_t *node)
{
bool deleg = node->flags && NODE_FLAGS_DELEG;
for (int i = 0; i < node->rrset_count; i++) {
......
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