diff --git a/src/raspberrypi/rasctl_display.cpp b/src/raspberrypi/rasctl_display.cpp index 61e22153..21deb463 100644 --- a/src/raspberrypi/rasctl_display.cpp +++ b/src/raspberrypi/rasctl_display.cpp @@ -287,6 +287,7 @@ void RasctlDisplay::DisplayOperationInfo(const PbOperationInfo& operation_info) } else { // If the server-side operation is unknown for the client use the server-provided operation name + // No further operation information is available in this case sorted_operations[operation.second.server_side_name()] = *unknown_operation; } }