Comment update

This commit is contained in:
Uwe Seimet 2021-12-18 14:37:58 +01:00
parent c3ea3c8b37
commit 73df9f136c

View File

@ -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;
}
}