From ca126e034119fa17342fb039a31bd8c7f2e31620 Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Mon, 27 Aug 2007 11:36:21 +0000 Subject: unsplit DHCP-root-path-option --- etc/inc/services.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc') 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"; } } -- cgit v1.1