commit | 15dea97f8a05b2b67f5752137fe93e3cc20db6ec | [log] [tgz] |
---|---|---|
author | Wichert Akkerman <wichert@deephackmode.org> | Wed Oct 06 13:06:34 1999 +0000 |
committer | Wichert Akkerman <wichert@deephackmode.org> | Wed Oct 06 13:06:34 1999 +0000 |
tree | 2ee10826594c27b0043051289b2f995d8a645dd1 | |
parent | 7b27ba0673bd6fb55ea9aca122e805ed82a89949 [diff] [blame] |
Compilation updates
diff --git a/net.c b/net.c index d8e4b15..2026b64 100644 --- a/net.c +++ b/net.c
@@ -352,7 +352,7 @@ { tprintf("{sin6_family=AF_INET6, "); inet_ntop(AF_INET6, &sa6.sin6_addr, string_addr, sizeof(string_addr)); - tprintf("sin6_port=htons(%u), inet_pton(AF_INET6, \"%s\", &sin6_addr), sin6_flowinfo=htonl(%u)", + tprintf("sin6_port=htons(%u), inet_pton(AF_INET6, \"%s\", &sin6_addr), sin6_flowinfo=htonl(%u)}", ntohs(sa6.sin6_port), string_addr, ntohl(sa6.sin6_flowinfo)); } break;