Skip to content

Commit

Permalink
- direct-rdata-storage, add comment to equal_rr_rdata loop.
Browse files Browse the repository at this point in the history
  • Loading branch information
wcawijngaards committed Jan 23, 2025
1 parent 26b937b commit 2d662a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rdata.c
Original file line number Diff line number Diff line change
Expand Up @@ -3366,6 +3366,7 @@ equal_rr_rdata(const nsd_type_descriptor_t *descriptor, const struct rr *rr1,
if(res != 0)
return res;
}
/* The fields are equal, field_len1 == field_len2. */
offset += field_len1;
}
return 0;
Expand Down

0 comments on commit 2d662a5

Please sign in to comment.