chiark / gitweb /
noip.c (unix_socket_status): Refactor status-file parsing.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 9 Jun 2018 14:52:12 +0000 (15:52 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 9 Jun 2018 14:58:23 +0000 (15:58 +0100)
commit61fbb4a5be3eea4c5e6def5c0d7cc6ef9a5f79ec
tree5c560640050a187642968852946bb6cd08c5c785
parent74eb4869b1415b645fcb74e5b6a5d440c14a3178
noip.c (unix_socket_status): Refactor status-file parsing.

Remove the early exit: we always process all of the entries now.  The
socket is `STALE' if we can't find any entries.
noip.c