From e8347f17b4170274447cb313bcfcfcccb1b48602 Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Wed, 7 Feb 2018 20:16:38 -0800 Subject: [PATCH] minor --- src/remote/codec.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/remote/codec.cpp b/src/remote/codec.cpp index 3ed6b93..a8f1021 100644 --- a/src/remote/codec.cpp +++ b/src/remote/codec.cpp @@ -1586,7 +1586,7 @@ void BlockingServerTCPTransportCodec::destroyAllChannels() { _socketName.c_str(), _channels.size()); } - std::map::iterator it = _channels.begin(); + _channels_t::iterator it(_channels.begin()); for(; it!=_channels.end(); it++) it->second->destroy();