From e93f724725d6fcab54560cba0972ff56ce3c4619 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 6 Sep 2013 08:10:54 -0600 Subject: DHCPD: Fix calculation of lease address. Bad logic causes repeated assignment of the same IP address. SourceForge bug #21 from Paolo Messina. --- apps/ChangeLog.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/ChangeLog.txt') diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt index 72db3df36..7a4441591 100644 --- a/apps/ChangeLog.txt +++ b/apps/ChangeLog.txt @@ -626,4 +626,6 @@ * apps/examples/usbmsc: apps/examples/usbstorage renamed usbmsc. Change submitted by CCTSAO (2013-6-5). * apps/examples/pwm: Clean-up some configuration confusion (2013-9-5). + * apps/netutils/dhcpd/dhcpd.c: Fix calculation of the next lease + address. SourceForge bug #21 from Paolo Messina (2013-9-6). -- cgit v1.2.3