]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Bring FORCERENEW message in line with others (drop the DHCP_).
authorRoy Marples <roy@marples.name>
Tue, 5 Apr 2016 13:43:56 +0000 (13:43 +0000)
committerRoy Marples <roy@marples.name>
Tue, 5 Apr 2016 13:43:56 +0000 (13:43 +0000)
dhcp.c

diff --git a/dhcp.c b/dhcp.c
index ca882d1477d3d7076cab38d1c39055a5dcc6516d..75451c0e43ef592361effc245983565f6f62b06b 100644 (file)
--- 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 }
 };