commit | fa51d4c1508d601ed64ef7bcf42f0f93ebf6c85c | [log] [tgz] |
---|---|---|
author | Gray Remlin <gryrmln@gmail.com> | Tue Mar 29 10:21:32 2011 +0000 |
committer | Wolfgang Denk <wd@denx.de> | Thu Apr 28 00:46:49 2011 +0200 |
tree | 5644c38d2e507bd845481247faf725e16209f13b | |
parent | 97dfdcf39d1829d4f1980e3da14e107362a05c5f [diff] |
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>