From: Mark Wooding Date: Wed, 6 Jun 2018 19:00:05 +0000 (+0100) Subject: noip.c (encode_inet_addr): Exit early rather than branch round. X-Git-Tag: 1.2.0~24 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/preload-hacks/commitdiff_plain/aed729d0a140e336638204edeef2ab5d3d9e601e?ds=inline;hp=aed729d0a140e336638204edeef2ab5d3d9e601e noip.c (encode_inet_addr): Exit early rather than branch round. 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. ---