noip.c (encode_inet_addr): Exit early rather than branch round.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 6 Jun 2018 19:00:05 +0000 (20:00 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 6 Jun 2018 19:13:05 +0000 (20:13 +0100)
Promote the wildcard probe to the main line, and leave early -- to the
handy `found' label we just hoisted -- if the exact match was
acceptable.  This structure is more convenient for adding a more
complicated search strategy later.

No functional change.


No differences found