Skip to content

Commit

Permalink
add a break (#961)
Browse files Browse the repository at this point in the history
  • Loading branch information
taclane authored Jul 2, 2024
1 parent 5790823 commit ee1d597
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions trunk-recorder/monitor_systems.cc
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,7 @@ void handle_message(std::vector<TrunkMessage> messages, System *sys, Config &con
if(msg_count > 1){
sys->set_message_count(msg_count - 1);
}
break;
}

case TDULC:
Expand Down

0 comments on commit ee1d597

Please sign in to comment.