Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info> From the oldpackages. Updated to version 3.0.719, new config file to add more options Rewritten init file to take in account the new config file and removing a bug when stopping the daemon. Corrected license information in Makefile Signed-off-by: Jean-Michel Lacroix <lacroix@lepine-lacroix.info>
12 lines
270 B
Diff
12 lines
270 B
Diff
--- a/dns.c
|
|
+++ b/dns.c
|
|
@@ -347,9 +347,6 @@ dns_main(void)
|
|
|
|
reply.addr = ip;
|
|
flags = NI_NAMEREQD;
|
|
-# ifdef NI_IDN
|
|
- flags |= NI_IDN;
|
|
-# endif
|
|
switch (ip.family) {
|
|
case IPv4:
|
|
sin.sin_family = AF_INET;
|