From 6a84edd0fbab8253e47c024ae65529c1c5b246ef Mon Sep 17 00:00:00 2001 From: Uwe Seimet Date: Sat, 18 Dec 2021 14:22:31 +0100 Subject: [PATCH] Comment update --- src/raspberrypi/rasctl_display.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/raspberrypi/rasctl_display.cpp b/src/raspberrypi/rasctl_display.cpp index e5499fef..7edcdf4c 100644 --- a/src/raspberrypi/rasctl_display.cpp +++ b/src/raspberrypi/rasctl_display.cpp @@ -286,6 +286,7 @@ void RasctlDisplay::DisplayOperationInfo(const PbOperationInfo& operation_info) sorted_operations[PbOperation_Name(static_cast(operation.first))] = operation.second; } else { + // If the server-side operation is unknown for the client use the server-provided operation name sorted_operations[operation.second.name()] = *unknown_operation; } }