summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bff0740)
raw | patch | inline | side by side (parent: bff0740)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sun, 24 Jul 2016 11:27:18 +0000 (13:27 +0200) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Sun, 24 Jul 2016 11:30:31 +0000 (13:30 +0200) |
src/utils_dns.c | patch | blob | history |
diff --git a/src/utils_dns.c b/src/utils_dns.c
index 92a068cf856f50156679c9552364612bb92efa34..dfced5c72c13dfc4bf71938c9e08bda834eb8a56 100644 (file)
--- a/src/utils_dns.c
+++ b/src/utils_dns.c
#define RFC1035_MAXLABELSZ 63
static int
-rfc1035NameUnpack(const char *buf, size_t sz, off_t * off, char *name, size_t ns
-)
+rfc1035NameUnpack(const char *buf, size_t sz, off_t * off, char *name, size_t ns)
{
off_t no = 0;
unsigned char c;