This commit is contained in:
Michael Davidsaver
2018-02-07 20:16:38 -08:00
parent 24ffccf90d
commit e8347f17b4

View File

@@ -1586,7 +1586,7 @@ void BlockingServerTCPTransportCodec::destroyAllChannels() {
_socketName.c_str(), _channels.size());
}
std::map<pvAccessID, ServerChannel::shared_pointer>::iterator it = _channels.begin();
_channels_t::iterator it(_channels.begin());
for(; it!=_channels.end(); it++)
it->second->destroy();