diff options
Diffstat (limited to 'networking/udhcp/files.c')
-rw-r--r-- | networking/udhcp/files.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/files.c b/networking/udhcp/files.c index 0597dc310..23d8c0094 100644 --- a/networking/udhcp/files.c +++ b/networking/udhcp/files.c | |||
@@ -167,7 +167,7 @@ static const struct config_keyword keywords[] = { | |||
167 | {"conflict_time",read_u32,&(server_config.conflict_time),"3600"}, | 167 | {"conflict_time",read_u32,&(server_config.conflict_time),"3600"}, |
168 | {"offer_time", read_u32, &(server_config.offer_time), "60"}, | 168 | {"offer_time", read_u32, &(server_config.offer_time), "60"}, |
169 | {"min_lease", read_u32, &(server_config.min_lease), "60"}, | 169 | {"min_lease", read_u32, &(server_config.min_lease), "60"}, |
170 | {"lease_file", read_str, &(server_config.lease_file), leases_file}, | 170 | {"lease_file", read_str, &(server_config.lease_file), LEASES_FILE}, |
171 | {"pidfile", read_str, &(server_config.pidfile), "/var/run/udhcpd.pid"}, | 171 | {"pidfile", read_str, &(server_config.pidfile), "/var/run/udhcpd.pid"}, |
172 | {"notify_file", read_str, &(server_config.notify_file), ""}, | 172 | {"notify_file", read_str, &(server_config.notify_file), ""}, |
173 | {"siaddr", read_ip, &(server_config.siaddr), "0.0.0.0"}, | 173 | {"siaddr", read_ip, &(server_config.siaddr), "0.0.0.0"}, |