mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
12 lines
315 B
C
12 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;
|
|
}
|