mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
6172d4b590
With hat: portmgr Sponsored by: Absolight
13 lines
315 B
C
13 lines
315 B
C
--- parser.c.orig
|
|
+++ parser.c
|
|
@@ -77,8 +77,8 @@
|
|
write_proc("/proc/sys/net/ipv6/conf/all/accept_ra_defrtr",flag);
|
|
write_proc("/proc/sys/net/ipv6/conf/all/accept_ra_pinfo",flag);
|
|
write_proc("/proc/sys/net/ipv6/conf/all/accept_redirects",flag);
|
|
- }
|
|
#endif
|
|
+ }
|
|
xmlXPathFreeObject (xmlobject);
|
|
return;
|
|
}
|