mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-07-25 11:08:55 +00:00
Add break where one was missing
Signed-off-by: Steven Dake <sdake@redhat.com> Reviewed-by: Angus Salkeld <asalked@redhat.com>
This commit is contained in:
parent
7d8400c34d
commit
a919908ed6
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user