minor documentation fix and sending nports unnecessarily for getRxUDPPortDisableMetadata

This commit is contained in:
2026-07-06 13:16:47 +02:00
parent 791d410d46
commit dee782e1cc
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -920,7 +920,7 @@ class Detector {
*/
std::vector<int> getRxDisabledUDPPortIndices() const;
/* list of possible port positions.
/** list of possible port positions.
* [Eiger] TOP, BOTTOM
* [Jungfrau][Moench] LEFT, RIGHT
*/
-1
View File
@@ -1471,7 +1471,6 @@ std::vector<int> Module::getRxUDPPortDisableMetadata() const {
}
auto nports = client.Receive<int>();
std::vector<int> retval(nports);
client.Send(nports);
if (nports > 0) {
client.Receive(retval);
}