Comment update

This commit is contained in:
Uwe Seimet 2021-12-18 14:22:31 +01:00
parent c0d6e66afe
commit 6a84edd0fb
1 changed files with 1 additions and 0 deletions

View File

@ -286,6 +286,7 @@ void RasctlDisplay::DisplayOperationInfo(const PbOperationInfo& operation_info)
sorted_operations[PbOperation_Name(static_cast<PbOperation>(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;
}
}