summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorMartin Fuchs <mfuchs@pfsense.org>2007-08-27 11:36:21 +0000
committerMartin Fuchs <mfuchs@pfsense.org>2007-08-27 11:36:21 +0000
commitca126e034119fa17342fb039a31bd8c7f2e31620 (patch)
treea3211b637b30cf5c951af5b67d854bf05e33761a /etc
parentf8b5ef5cd42905daac8f4de1b9bd05e4ea5c6e0b (diff)
downloadpfsense-ca126e034119fa17342fb039a31bd8c7f2e31620.zip
pfsense-ca126e034119fa17342fb039a31bd8c7f2e31620.tar.gz
unsplit DHCP-root-path-option
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/services.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/services.inc b/etc/inc/services.inc
index 1f097b3..46a6139 100644
--- a/etc/inc/services.inc
+++ b/etc/inc/services.inc
@@ -292,8 +292,8 @@ EOD;
$dhcpdconf .= " next-server {$dhcpifconf['next-server']};\n";
$dhcpdconf .= " filename \"{$dhcpifconf['filename']}\";\n";
}
- if (($dhcpifconf['rootpathip'] <> "") && ($dhcpifconf['rootpath'] <> "")) {
- $dhcpdconf .= " option root-path \"{$dhcpifconf['rootpathip']}:{$dhcpifconf['rootpath']}\";\n";
+ if ($dhcpifconf['rootpath'] <> "") {
+ $dhcpdconf .= " option root-path \"{$dhcpifconf['rootpath']}\";\n";
}
}
OpenPOWER on IntegriCloud