2
0
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:
Marcin Siodelski
2020-05-08 17:20:03 +02:00
parent fa42ef5823
commit a9a3fda334

View File

@@ -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);
}