mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 16:29:15 -04:00
15 lines
327 B
C
15 lines
327 B
C
|
|
$FreeBSD$
|
|
|
|
--- 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;
|
|
}
|