aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/dhcpd.c
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-10-07 17:06:01 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-10-07 17:06:01 +0000
commitdef88985966a9351911844d42e06b735977bcb72 (patch)
tree99059022fef92213ec7f7adf7b80822f307bf38e /networking/udhcp/dhcpd.c
parent76a6b236a9e2654e8c296c61cf71e0cf8bf4a64c (diff)
downloadbusybox-w32-def88985966a9351911844d42e06b735977bcb72.tar.gz
busybox-w32-def88985966a9351911844d42e06b735977bcb72.tar.bz2
busybox-w32-def88985966a9351911844d42e06b735977bcb72.zip
reviving libbusybox, adding CONFIG_INDIVIDUAL part 3
Diffstat (limited to 'networking/udhcp/dhcpd.c')
-rw-r--r--networking/udhcp/dhcpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/udhcp/dhcpd.c b/networking/udhcp/dhcpd.c
index 3466312d1..4343f1c0e 100644
--- a/networking/udhcp/dhcpd.c
+++ b/networking/udhcp/dhcpd.c
@@ -62,7 +62,7 @@ int udhcpd_main(int argc, char **argv)
62 write_pidfile(server_config.pidfile); 62 write_pidfile(server_config.pidfile);
63 /* if (!..) bb_perror_msg("cannot create pidfile %s", pidfile); */ 63 /* if (!..) bb_perror_msg("cannot create pidfile %s", pidfile); */
64 64
65 bb_info_msg("%s (v%s) started", applet_name, BB_VER); 65 bb_info_msg("%s (v"BB_VER") started", applet_name);
66 66
67 option = find_option(server_config.options, DHCP_LEASE_TIME); 67 option = find_option(server_config.options, DHCP_LEASE_TIME);
68 server_config.lease = LEASE_TIME; 68 server_config.lease = LEASE_TIME;