Skip to content
Snippets Groups Projects
Commit 9030a55e authored by Gray Remlin's avatar Gray Remlin Committed by Wolfgang Denk
Browse files

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: default avatarGray Remlin <gryrmln@gmail.com>
parent 2dc55d9e
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment