dhcpd: string reuse
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
8f2e99c813
commit
16efe19128
@ -226,7 +226,7 @@ static NOINLINE void send_NAK(struct dhcp_packet *oldpacket)
|
|||||||
|
|
||||||
init_packet(&packet, oldpacket, DHCPNAK);
|
init_packet(&packet, oldpacket, DHCPNAK);
|
||||||
|
|
||||||
log1("sending NAK");
|
log1("sending %s", "NAK");
|
||||||
send_packet(&packet, /*force_bcast:*/ 1);
|
send_packet(&packet, /*force_bcast:*/ 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user