mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 13:37:55 +00:00
[#999] Added break in switch statement
This commit is contained in:
@@ -341,7 +341,7 @@ HAService::partnerInMaintenanceStateHandler() {
|
||||
switch (communication_state_->getPartnerState()) {
|
||||
case HA_UNAVAILABLE_ST:
|
||||
verboseTransition(HA_PARTNER_DOWN_ST);
|
||||
/* Falls through. */
|
||||
break;
|
||||
default:
|
||||
postNextEvent(NOP_EVT);
|
||||
}
|
||||
|
Reference in New Issue
Block a user