diff --git a/server/streamtiming.cpp b/server/streamtiming.cpp index 9c76f45..36c1238 100644 --- a/server/streamtiming.cpp +++ b/server/streamtiming.cpp @@ -100,7 +100,7 @@ void StreamTiming::clear(uint portId, uint guid) if (!portTiming) return; - if (guid == SignProtocol::kInvalidGuid) + if (guid >= SignProtocol::kInvalidGuid) portTiming->clear(); // remove ALL guids else portTiming->remove(guid);