commit | 16efe191289ea7507410c343342486b6ea918024 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Wed Mar 30 18:44:52 2016 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Wed Mar 30 18:44:52 2016 +0200 |
tree | d3996b19acb741ae0fb31010eddb148b08ad36d0 | |
parent | 8f2e99c813dcac25faf58162ed18848a02888ff6 [diff] [blame] |
dhcpd: string reuse Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/networking/udhcp/dhcpd.c b/networking/udhcp/dhcpd.c index 79677ee..2671ea3 100644 --- a/networking/udhcp/dhcpd.c +++ b/networking/udhcp/dhcpd.c
@@ -226,7 +226,7 @@ init_packet(&packet, oldpacket, DHCPNAK); - log1("sending NAK"); + log1("sending %s", "NAK"); send_packet(&packet, /*force_bcast:*/ 1); }