Commit 9b65e1b
committed
Fix error when removing all USB Device Filters
After adding USB Device Filters and saving, it was not possible to
remove the last filter, an exception occurred on save.
The root cause was that USBDeviceFilters is empty when there are
no more filters, and count fails. The issue is now fixed.1 parent 1fc79ba commit 9b65e1b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2347 | 2347 | | |
2348 | 2348 | | |
2349 | 2349 | | |
2350 | | - | |
| 2350 | + | |
2351 | 2351 | | |
2352 | 2352 | | |
2353 | 2353 | | |
| |||
0 commit comments