chiark
/
gitweb
/
~mdw
/
preload-hacks
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
aed729d
)
noip.c (encode_inet_addr): Exit early rather than branch round.
author
Mark Wooding
<mdw@distorted.org.uk>
Wed, 6 Jun 2018 19:00:05 +0000
(20:00 +0100)
committer
Mark 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