summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsmos <seth.mos@dds.nl>2012-03-30 22:33:36 +0200
committersmos <seth.mos@dds.nl>2012-03-30 22:33:36 +0200
commit6c582308848b937356765deea9bef22159f4d282 (patch)
tree11b112d4ffd46cea1ee260139b3e39a0b0231f9a
parent380cd8100d734eb33b78dd58c39cfbe7b585171d (diff)
downloadpfsense-6c582308848b937356765deea9bef22159f4d282.zip
pfsense-6c582308848b937356765deea9bef22159f4d282.tar.gz
Make sure to add a semicolon to indicate end of line syntax
-rw-r--r--etc/inc/services.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/inc/services.inc b/etc/inc/services.inc
index d7ace77..22eabf3 100644
--- a/etc/inc/services.inc
+++ b/etc/inc/services.inc
@@ -154,12 +154,12 @@ function services_radvd_configure() {
if(count($dnslist) > 0) {
$dnsstring = implode(" ", $dnslist);
if($dnsstring <> "")
- $radvdconf .= "\tRDNSS {$dnsstring} { }\n";
+ $radvdconf .= "\tRDNSS {$dnsstring} { };\n";
}
if($dhcpv6ifconf['domain'] <> "") {
- $radvdconf .= "\tDNSSL {$dhcpv6ifconf['domain']} { }\n";
+ $radvdconf .= "\tDNSSL {$dhcpv6ifconf['domain']} { };\n";
} elseif ($config['system']['domain'] <> "") {
- $radvdconf .= "\tDNSSL {$config['system']['domain']} { }\n";
+ $radvdconf .= "\tDNSSL {$config['system']['domain']} { };\n";
}
$radvdconf .= "};\n";
$radvdnum++;
OpenPOWER on IntegriCloud