network: fix missing break in switch statement

This can cause the first character of the string to be read as an iface state.

Fixes https://codeberg.org/dnkl/yambar/issues/377
This commit is contained in:
Sertonix 2024-04-22 15:47:10 +02:00
parent 6f3952819f
commit 547cef5afb
2 changed files with 7 additions and 0 deletions

View file

@ -18,6 +18,12 @@
### Deprecated
### Removed
### Fixed
* network: fix missing break in switch statement([#377][377])
[377]: https://codeberg.org/dnkl/yambar/issues/377
### Security
### Contributors