Project

General

Profile

« Previous | Next » 

Revision f3923961

Added by Ohad Levy over 11 years ago

  • ID f39239616049e06804b46991092ae4c07a53468b

refs #1567 - fixed a copy paste error

View differences:

lib/proxy/dhcp/server/isc.rb
if /^include\s+"(.*)"\s*;/ =~ line.strip
conf = $1
unless File.exist?(conf)
log_halt 400, "Unable to find the included DHCP configuration file: #{conf}"
raise "Unable to find the included DHCP configuration file: #{conf}"
end
config << read_config(conf)
else

Also available in: Unified diff