svc/conntrack.in (kickpeers): Refactor and reformat the search loop.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 29 Sep 2017 00:18:25 +0000 (01:18 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 28 Jun 2018 23:29:24 +0000 (00:29 +0100)
The `ip' variable wasn't doing anything except remembering whether we'd
found a match, so replace it with a flag.  This frees up the `ip' name,
so give that to the bizarrely named `ipq' variable which holds the
discovered local address.


No differences found