summaryrefslogtreecommitdiffstats
path: root/libktorrent/net/downloadthread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libktorrent/net/downloadthread.cpp')
-rw-r--r--libktorrent/net/downloadthread.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libktorrent/net/downloadthread.cpp b/libktorrent/net/downloadthread.cpp
index ae0f0b9..2adf1a8 100644
--- a/libktorrent/net/downloadthread.cpp
+++ b/libktorrent/net/downloadthread.cpp
@@ -61,9 +61,9 @@ namespace net
{
// add to the correct group
Uint32 gid = s->downloadGroupID();
- SocketGroup* g = groups.find(gid);
+ SocketGroup* g = groups.tqfind(gid);
if (!g)
- g = groups.find(0);
+ g = groups.tqfind(0);
g->add(s);
num_ready++;