X-Git-Url: https://git.distorted.org.uk/~mdw/preload-hacks/blobdiff_plain/fd87e398945963880855319dc3f444a2a96cdb55..c0876c8cd7fe4ee961f4255b07836f29a81075ca:/noip.c diff --git a/noip.c b/noip.c index 5ccc9e2..8a67b64 100644 --- a/noip.c +++ b/noip.c @@ -677,10 +677,10 @@ static int encode_inet_addr(struct sockaddr_un *sun, } /* Decode the Unix address SUN to an Internet address SIN. If AF_HINT is - * nonzero, an empty address (indicative of an unbound Unix-domain socket) of - * the is translated to a wildcard Internet address of the appropriate - * family. Returns zero on success; -1 on failure (e.g., it wasn't one of - * our addresses). + * nonzero, an empty address (indicative of an unbound Unix-domain socket) is + * translated to a wildcard Internet address of the appropriate family. + * Returns zero on success; -1 on failure (e.g., it wasn't one of our + * addresses). */ static int decode_inet_addr(struct sockaddr *sa, int af_hint, const struct sockaddr_un *sun,