aboutsummaryrefslogtreecommitdiff
path: root/nxcomp/ServerProxy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'nxcomp/ServerProxy.cpp')
-rwxr-xr-xnxcomp/ServerProxy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/nxcomp/ServerProxy.cpp b/nxcomp/ServerProxy.cpp
index 943696582..3f81ba73a 100755
--- a/nxcomp/ServerProxy.cpp
+++ b/nxcomp/ServerProxy.cpp
@@ -410,7 +410,7 @@ int ServerProxy::handleNewXConnectionFromProxy(int channelId)
int ServerProxy::handleCheckDrop()
{
- T_list &channelList = activeChannels_.getList();
+ T_list channelList = activeChannels_.copyList();
for (T_list::iterator j = channelList.begin();
j != channelList.end(); j++)