From: Mark Wooding Date: Wed, 6 Jun 2018 18:55:44 +0000 (+0100) Subject: noip.c (encode_inet_addr): Hoist `found' label to top-level. X-Git-Tag: 1.2.0~25 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/preload-hacks/commitdiff_plain/5d8b1560f62fc92e0497efb3d3defc35daceba57?hp=5d8b1560f62fc92e0497efb3d3defc35daceba57 noip.c (encode_inet_addr): Hoist `found' label to top-level. No functional change: the control flow is as it was before, but this structure invites use of the label from the other branch of the main `if'. ---