Commit 098cf78
authored
fix(ocpp2): Fix crash on missing nullptr check on tx start (#1127)
There was a missing nullptr check on this->reservation when a
transaction was started and reserrvation was disabled.
Signed-off-by: Martin Litre <mnlitre@gmail.com>1 parent 3c6e1be commit 098cf78
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
201 | 203 | | |
202 | 204 | | |
203 | 205 | | |
| |||
0 commit comments