Skip to content

Commit

Permalink
Update proto-dns.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Frky authored Jun 7, 2024
1 parent 80565f2 commit b2fd726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proto-dns.c
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ handle_dns(struct Output *out, time_t timestamp,
ip_them, 17, port_them,
PROTO_DNS_VERSIONBIND,
parsed->ip_ttl,
NULL, 0,
NULL, 0,
px + offset, txtlen);
return 1;
}
Expand Down

0 comments on commit b2fd726

Please sign in to comment.