mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 00:05:40 +02:00
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:
parent
6f3952819f
commit
547cef5afb
2 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue