Commit 366f936
core: fix NPE in CreateOvaCommand
Prevent failure of ova export when tpm or nvram value are `null`.
Signed-off-by: Peter Boden <[email protected]>1 parent c036868 commit 366f936
File tree
1 file changed
+6
-2
lines changed- backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll
1 file changed
+6
-2
lines changedLines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
207 | 207 | | |
208 | 208 | | |
209 | 209 | | |
210 | | - | |
211 | | - | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
212 | 216 | | |
213 | 217 | | |
214 | 218 | | |
| |||
0 commit comments