aboutsummaryrefslogtreecommitdiff
path: root/nxcomp/ServerProxy.cpp
diff options
context:
space:
mode:
authorReinhard Tartler <siretart@tauware.de>2011-11-13 09:27:52 +0100
committerReinhard Tartler <siretart@tauware.de>2011-11-13 09:27:52 +0100
commitd7a8d67d760a80962821f6951caee5a9c807f5be (patch)
treeebe9c64f26e37a72b1e2cf794d694eeab8627295 /nxcomp/ServerProxy.cpp
parent3e924126b56c4d421e8263d25f6b14aa4ceed047 (diff)
downloadnx-libs-d7a8d67d760a80962821f6951caee5a9c807f5be.tar.gz
nx-libs-d7a8d67d760a80962821f6951caee5a9c807f5be.tar.bz2
nx-libs-d7a8d67d760a80962821f6951caee5a9c807f5be.zip
Imported nxcomp-3.1.0-6.tar.gznxcomp/3.1.0-6
Summary: Imported nxcomp-3.1.0-6.tar.gz Keywords: Imported nxcomp-3.1.0-6.tar.gz into Git repository
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++)