Skip to content

Commit 2fcfd6a

Browse files
committed
intra/tunnel: m typo
1 parent e49331a commit 2fcfd6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

intra/dns.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ func fetchDNSInfo(r dnsx.Resolver, id string) string {
308308

309309
var sb strings.Builder
310310
if tid != id {
311-
sb.WriteString(id + " <<?>> " + tr.ID())
311+
sb.WriteString(id + " <<?>> " + tid)
312312
} else {
313313
sb.WriteString(id)
314314
}

0 commit comments

Comments
 (0)