CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2015/04/15 06:40:57
Modified files: usr.sbin/dhcpd : dhcp.c Log message: Avoid using inet_ntoa() twice in a single printf() parameter list by caching the results from excess inet_ntoa() calls before doing the printf(). Should improve usefullness (?) of DHCPRELEASE log entries by actually printing ciaddr and giaddr correctly when dhcprelays stand between servers and clients. Looks good to dlg@.