Skip to content
Snippets Groups Projects
Commit a92b4001 authored by Malte Bauch's avatar Malte Bauch
Browse files

Add error handling for methods of DeviceModelClient

A response of grpc calls within methods of DeviceModelClient is nil as
soon as an error occured within the call. In some methods values of the
response were directly accessed and returned. This can lead to a
segmentation fault if the response is nil.

Catching errors should prevent this.
parent b406addb
No related branches found
No related tags found
Loading
Checking pipeline status
This commit is part of merge request !619. Comments created here will be created in the context of that merge request.
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment