mirror of
https://github.com/akuker/RASCSI.git
synced 2024-12-23 06:30:04 +00:00
Comment update
This commit is contained in:
parent
c0d6e66afe
commit
6a84edd0fb
@ -286,6 +286,7 @@ void RasctlDisplay::DisplayOperationInfo(const PbOperationInfo& operation_info)
|
|||||||
sorted_operations[PbOperation_Name(static_cast<PbOperation>(operation.first))] = operation.second;
|
sorted_operations[PbOperation_Name(static_cast<PbOperation>(operation.first))] = operation.second;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
// If the server-side operation is unknown for the client use the server-provided operation name
|
||||||
sorted_operations[operation.second.name()] = *unknown_operation;
|
sorted_operations[operation.second.name()] = *unknown_operation;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user