Skip to content

Commit

Permalink
Removed TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Kilrain committed Oct 25, 2024
1 parent fd6740b commit 124c612
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ipset/ipset.c
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ ipset_add_rrset_data(struct ipset_env *ie,
char ip[128];
if(inet_ntop(af, rr_data+2, ip, (socklen_t)sizeof(ip)) == 0)
snprintf(ip, sizeof(ip), "(inet_ntop_error)");
// TODO: Remove the table argument from the config, it's not needed
if (set_ttl) {
verbose(
VERB_QUERY,
Expand Down

0 comments on commit 124c612

Please sign in to comment.