87b36fd013
PR: ports/147217 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
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;
|
|
}
|