From a919908ed6c4aa3ce1a7ce2ffcf08467795e65bf Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Mon, 16 Jan 2012 13:19:11 -0700 Subject: [PATCH] Add break where one was missing Signed-off-by: Steven Dake Reviewed-by: Angus Salkeld --- exec/coroparse.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/exec/coroparse.c b/exec/coroparse.c index 6f0c7665..ad17a17f 100644 --- a/exec/coroparse.c +++ b/exec/coroparse.c @@ -405,6 +405,8 @@ static int main_config_parser_cb(const char *path, icmap_set_uint32(path, i); add_as_string = 0; } + break; + case MAIN_CP_CB_DATA_STATE_INTERFACE: if (strcmp(path, "totem.interface.ringnumber") == 0) { data->ringnumber = atoi(value);