chiark
/
gitweb
/
~mdw
/
preload-hacks
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
noip.c: Missing blank line.
[preload-hacks]
/
noip.c
diff --git
a/noip.c
b/noip.c
index 8a67b6476038120a29cedd926996c75ffcd80e6b..cf61a02cc35943786c234f6d1714a112128c5a16 100644
(file)
--- a/
noip.c
+++ b/
noip.c
@@
-285,6
+285,7
@@
static void port_to_sockaddr(struct sockaddr *sa, int port)
default: abort();
}
}
+
/* Extract the address part from SA and store it in A. */
static void ipaddr_from_sockaddr(ipaddr *a, const struct sockaddr *sa)
{