Skip to content

Commit 41ad825

Browse files
committed
xxx
1 parent b6e13bb commit 41ad825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/probe_modules/module_dns.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1053,7 +1053,7 @@ void dns_process_packet(const u_char *packet, uint32_t len, fieldset_t *fs,
10531053
idx = fs_get_index_by_name(list, "rdata_fs");
10541054
if (idx >= 0) {
10551055
log_info("dns", "rdata_fs");
1056-
list = fs_get_fieldset_by_index(fs, idx);
1056+
list = fs_get_fieldset_by_index(list, idx);
10571057
idx = fs_get_index_by_name(list, "rdata");
10581058
if (idx >= 0) {
10591059
log_info("dns", "rdata");

0 commit comments

Comments
 (0)