From: Mark Wooding Date: Sat, 8 Dec 2012 15:07:43 +0000 (+0000) Subject: zone.lisp: Choose first matching record for preferred subnet. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/zone/commitdiff_plain/64e34a970f8a28e8317b9e5faa1e608639aada7f?ds=inline;hp=64e34a970f8a28e8317b9e5faa1e608639aada7f zone.lisp: Choose first matching record for preferred subnet. The old (overly imperative) algorithm picked the last, which doesn't fit with the fallback to the first record if none is preferred. ---