]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
NET: Correct potential missing goto label in case statement.
authorGray Remlin <gryrmln@gmail.com>
Tue, 29 Mar 2011 10:21:32 +0000 (10:21 +0000)
committerWolfgang Denk <wd@denx.de>
Wed, 27 Apr 2011 22:46:49 +0000 (00:46 +0200)
commit9030a55ef3b82aca88d228692fdceffc4ca14aa2
tree5644c38d2e507bd845481247faf725e16209f13b
parent2dc55d9ede62cd2af2a6d813115373a462c2b3dc
NET: Correct potential missing goto label in case statement.

If neither CONFIG_CMD_PING or CONFIG_CMD_SNTP are defined but
CONFIG_CMD_DNS is, a compile-time error will occur due to the
absence of a goto label.

Signed-off-by: Gray Remlin <gryrmln@gmail.com>
net/net.c