From: Roy Marples Date: Tue, 5 Apr 2016 13:43:56 +0000 (+0000) Subject: Bring FORCERENEW message in line with others (drop the DHCP_). X-Git-Tag: v6.10.2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3c072a6799e537ee7b59867106137b1a2003db8;p=thirdparty%2Fdhcpcd.git Bring FORCERENEW message in line with others (drop the DHCP_). --- diff --git a/dhcp.c b/dhcp.c index ca882d14..75451c0e 100644 --- a/dhcp.c +++ b/dhcp.c @@ -96,7 +96,7 @@ static const struct dhcp_op dhcp_ops[] = { { DHCP_NAK, "NAK" }, { DHCP_RELEASE, "RELEASE" }, { DHCP_INFORM, "INFORM" }, - { DHCP_FORCERENEW, "DHCP_FORCERENEW"}, + { DHCP_FORCERENEW, "FORCERENEW"}, { 0, NULL } };