]> git.sur5r.net Git - u-boot/commit
Fix bogus error message in the DHCP handler
authorRemy Bohmer <linux@bohmer.net>
Wed, 20 Aug 2008 09:30:28 +0000 (11:30 +0200)
committerBen Warren <biggerbadderben@gmail.com>
Wed, 27 Aug 2008 05:44:27 +0000 (22:44 -0700)
commit51dfe1382ebaf691485badfa0ea5e75b0710531b
tree910211cc0c078f25512c678ad91e4e605783a317
parent61365501a0e2cae9c1df2818b7b5b3f52c450d18
Fix bogus error message in the DHCP handler

The DHCP handler has 1 state that is not listed in this case, causing a
failure message when there is actually no failure.

Signed-off-by: Remy Bohmer <linux@bohmer.net>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
net/bootp.c