Skip to content

Commit ad3e389

Browse files
committed
dns53/ipmapper: m fix build
1 parent 228eb5d commit ad3e389

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

intra/dns53/ipmapper.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,8 @@ func (m *ipmapper) queryIP2(_ context.Context, network, host, uid string, tid ..
185185
}
186186

187187
ips := make([]netip.Addr, 0, len(r4)+len(r6))
188-
ip4 := m.undoAlg(addrs(r4), tid4)
189-
ip6 := m.undoAlg(addrs(r6), tid6)
188+
ip4 := m.undoAlg(addrs(r4), tid4, uid)
189+
ip6 := m.undoAlg(addrs(r6), tid6, uid)
190190
ips = append(ips, ip4...)
191191
ips = append(ips, ip6...)
192192

0 commit comments

Comments
 (0)