aMule Bug Tracker - aMule | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0001199 | aMule | External Conn | public | 2007-11-13 00:48 | 2007-11-22 15:04 |
Reporter | mr_hyde | ||||
Assigned To | Wuischke | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | SVN | ||||
Target Version | Fixed in Version | ||||
Fixed in Revision | |||||
Operating System | Any | ||||
Summary | 0001199: amulecmd: search type is always GLOBAL (CVS 20071112) | ||||
Description | The search type assumed by amulecmd is always GLOBAL. You can simly verify this starting only KAD network (so NOT ed2k) and trying to execute a search kad something In this case you obtain only the message Request failed with the following error: ED2K search can't be done if ED2K is not connected HOW TO FIX THIS: Edit file src/TextClient.cpp and change int CamulecmdApp::ProcessCommand(int CmdId) { wxString args = GetCmdArgs(); CECPacket *request = 0; std::list<CECPacket *> request_list; int tmp_int = 0; EC_SEARCH_TYPE search_type; as follows (added initialization for "search_type"): int CamulecmdApp::ProcessCommand(int CmdId) { wxString args = GetCmdArgs(); CECPacket *request = 0; std::list<CECPacket *> request_list; int tmp_int = 0; EC_SEARCH_TYPE search_type = EC_SEARCH_KAD; //Mr Hyde: added initilization | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2007-11-13 00:48 | mr_hyde | New Issue | |||
2007-11-13 00:48 | mr_hyde | Operating System | => Any | ||
2007-11-13 00:50 | mr_hyde | Note Added: 0002437 | |||
2007-11-13 00:57 | mr_hyde | Note Edited: 0002437 | |||
2007-11-18 14:32 | Wuischke | Note Added: 0002457 | |||
2007-11-18 14:55 | Wuischke | Status | new => feedback | ||
2007-11-20 19:54 | mr_hyde | Note Added: 0002459 | |||
2007-11-22 15:04 | Wuischke | Status | feedback => resolved | ||
2007-11-22 15:04 | Wuischke | Resolution | open => fixed | ||
2007-11-22 15:04 | Wuischke | Assigned To | => Wuischke |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|