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