DOMjudge / domjudge

DOMjudge programming contest jury system
https://www.domjudge.org
GNU General Public License v2.0
739 stars 258 forks source link

Fix fallthrough logic for cgroup version detection #2851

Closed eldering closed 17 hours ago

eldering commented 17 hours ago

Only one of cgroup V1 or V2 can be enabled at a time, so it doesn't make sense to have fallthrough behaviour from V2 to V1. Instead of adding an exit 0 at the end of the V2 case, add an else so that it is clearer that these are two mutually exclusive cases.

Fixes a0728be789071466e87f417066c73c7cf1098a03