This repository has been archived by the owner on May 7, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix case statement in helper functions for fwcfg and swtpm
A minor bug in the way case statements are written in golang. They either require a fallthrough or all the cases specified in the same case statement. Chose the latter as the list is not too big
- Loading branch information