Skip to content

Commit 33ee198

Browse files
committed
lint: dnsx/alg.go typing
1 parent 6e30259 commit 33ee198

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

intra/dnsx/alg.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1769,7 +1769,7 @@ func (t *dnsgateway) registerLocked(q, tid, uid, fid string, algip4, algip6 neti
17691769
didRegister = true
17701770
}
17711771
logeif(!didRegister)("alg: reg: algips (reg? %t / new? %t) (alg: %s+%s => real: %s) for %s@%s[%s] %s; real? %d, sec? %d; until (ans: %s / xips: %s)",
1772-
didRegister, newEntry, algip4, algip6, realips, q, tid, uid, fid, len(realips), len(secres.ips), time.Until(algttl), time.Until(xipsttl))
1772+
didRegister, newEntry, algip4, algip6, realips, q, tid, uid, fid, len(realips), len(secres.ips), time.Until(ansttl), time.Until(xipsttl))
17731773

17741774
return didRegister
17751775
}

0 commit comments

Comments
 (0)