From 3ed38c09622cf0c90a187c203a1a439daee4622e Mon Sep 17 00:00:00 2001 From: Julian Kranz Date: Sat, 28 Jan 2012 14:35:59 +0100 Subject: [PATCH] --- --- src/common.c | 2 +- src/iodined.c | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/common.c b/src/common.c index 7dbcf1b..fa8cfdd 100644 --- a/src/common.c +++ b/src/common.c @@ -184,7 +184,7 @@ open_dns_ipv6(int localport, struct in6_addr listen_ip6) #ifndef WINDOWS32 /* To get destination address from each UDP datagram, see iodined.c:read_dns() */ - setsockopt(fd, IPPROTO_IPV6, DSTADDR_SOCKOPT, (const void*) &flag, sizeof(flag)); + setsockopt(fd, IPPROTO_IPV6, IPV6_RECVPKTINFO, (const void*) &flag, sizeof(flag)); #endif #ifdef IP_OPT_DONT_FRAG diff --git a/src/iodined.c b/src/iodined.c index 50f99eb..e8208e6 100644 --- a/src/iodined.c +++ b/src/iodined.c @@ -2077,9 +2077,6 @@ read_dns(int fd, int tun_fd, struct query *q) /* FIXME: tun_fd is because of raw r = recvmsg(fd, &msg, 0); - printf("Elende Zicke\n"); - ipv6_print(msg.msg_control, 00); - printf("[DEBUG] read_dns() - Received message...\n"); #else