Bug with directory downloads

Bug #1206855 reported by maksis
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
DC++
Fix Released
Undecided
Unassigned

Bug Description

The following patch should explain the issue (the current code will never match anything). This bug doesn't cause any noticeable issues.

=== modified file dcpp/QueueManager.cpp
--- dcpp/QueueManager.cpp 2013-02-14 16:25:20 +0000
+++ dcpp/QueueManager.cpp 2013-07-31 10:00:04 +0000
@@ -705,7 +705,7 @@
   auto dp = directories.equal_range(aUser);

   for(auto i = dp.first; i != dp.second; ++i) {
- if(Util::stricmp(aTarget.c_str(), i->second->getName().c_str()) == 0)
+ if(Util::stricmp(aDir.c_str(), i->second->getName().c_str()) == 0)
     return;
   }

poy (poy)
Changed in dcplusplus:
status: New → Fix Committed
Revision history for this message
poy (poy) wrote :

Fixed in DC++ 0.830.

Changed in dcplusplus:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.