Branch: refs/heads/master
Home:
https://github.com/Checkmk/checkmk
Commit: 341d2ef0ecd447cdceeae123ed6d9780a6ca7fc0
https://github.com/Checkmk/checkmk/commit/341d2ef0ecd447cdceeae123ed6d9780a…
Author: Sven Panne <sven.panne(a)checkmk.com>
Date: 2024-10-17 (Thu, 17 Oct 2024)
Changed paths:
M packages/livestatus/src/TableStateHistory.cc
Log Message:
-----------
Make the control flow a tiny bit clearer
The "switch" is the last statement within the "while" loop, so doing
a
"break" within the switch is equivalent to doing a "continue" for the
loop.
The plan is to move some code into separate functions to split up the
monster functions, but to do so it's important to keep the control flow more
local.
Change-Id: I9f19f6bc5ca540e6749c4dff0d19b7d7269bc2b5
To unsubscribe from these emails, change your notification settings at
https://github.com/Checkmk/checkmk/settings/notifications