Commit 60c134e
committed
Fix NPE on incoming DataTransferRequest
DataTransferRequests can be both initiated by the charge point as well
as the central system.
Using the ClientCoreProfile, a received DataTransferRequest cannot be
handled because the owning profile is unset.
Fix this by setting the owning profile.1 parent 9e8f2c0 commit 60c134e
File tree
1 file changed
+1
-1
lines changed- ocpp-v1_6/src/main/java/eu/chargetime/ocpp/feature/profile
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
0 commit comments