diff --git a/protocols/dmp/dmp.cpp b/protocols/dmp/dmp.cpp index f0ff2e8..59bdcf6 100644 --- a/protocols/dmp/dmp.cpp +++ b/protocols/dmp/dmp.cpp @@ -147,11 +147,6 @@ void address_pair_list::iStream(PDU::Stream stream) // Property Fields properties.push_back(address_data_pair(pr, pd)); - - //set EOF if buffer insufficient for another property range - if (stream->available() < element_size(type_->address_length) * - (type_->data_type == SINGLE? 1 : 3)) - stream->setstate(std::ios_base::eofbit); } }