Skip to content

Commit 458e7be

Browse files
authored
update property
1 parent 877fb05 commit 458e7be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/plugins/dns/txt.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ func (d *dnsTXT) process(e *et.Event, fqdn *dbt.Entity, txtRecords []*resolve.Ex
8181
continue
8282
}
8383

84-
_, _ = e.Session.Cache().CreateEntityProperty(fqdn, &oamdns.DNSRecord{
84+
_, _ = e.Session.Cache().CreateEntityProperty(fqdn, &oamdns.BasicDNSRelation{
8585
Name: "TXT",
8686
Value: record.Data,
8787
})

0 commit comments

Comments
 (0)