chiark / gitweb /
noip.c (encode_inet_addr): Hoist `found' label to top-level.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 6 Jun 2018 18:55:44 +0000 (19:55 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 6 Jun 2018 19:13:05 +0000 (20:13 +0100)
commit5d8b1560f62fc92e0497efb3d3defc35daceba57
treedc64680186d52ca6a010cdff78c6f3b5d0b3dd21
parent0415c10ef65d4e244acd6fca4610639ca2d9c2f3
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'.
noip.c