Commit cc8bee7
authored
Fix IndexOutOfBoundsException when creating basic network (#4464)
For Basic network isolation methods are not provided, and exception is
thrown when trying to encode the Vlan id. That's why we have to check
before encoding that the list with isolation methods is not empty1 parent 8afb451 commit cc8bee7
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
- engine/orchestration/src/main/java/org/apache/cloudstack/engine/orchestration
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2484 | 2484 | | |
2485 | 2485 | | |
2486 | 2486 | | |
2487 | | - | |
| 2487 | + | |
2488 | 2488 | | |
2489 | 2489 | | |
2490 | 2490 | | |
| |||
0 commit comments